Updated Tornjak documenation with Not-for-production labels (#297)

This commit is contained in:
Mariusz Sabath
2023-05-18 23:31:03 +02:00
committed by GitHub
parent 7809637424
commit 1c6947078a
6 changed files with 17 additions and 11 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ A Helm chart to install the SPIRE server.
| tolerations | list | `[]` | |
| topologySpreadConstraints | list | `[]` | |
| tornjak.config.dataStore | object | `{"driver":"sqlite3","file":"/run/spire/data/tornjak.sqlite3"}` | persistent DB for storing Tornjak specific information |
| tornjak.enabled | bool | `false` | Deploys Tornjak API (backend) |
| tornjak.enabled | bool | `false` | Deploys Tornjak API (backend) (Not for production) |
| tornjak.image | object | `{"pullPolicy":"IfNotPresent","registry":"ghcr.io","repository":"spiffe/tornjak-backend","tag":"v1.2.0","version":""}` | Tornjak API image |
| tornjak.image.tag | string | `"v1.2.0"` | Overrides the image tag |
| tornjak.image.version | string | `""` | This value is deprecated in favor of tag. (Will be removed in a future release) |
+1 -1
View File
@@ -266,7 +266,7 @@ nodeAttestor:
# tornjak - Tornjak specific configuration
tornjak:
# -- Deploys Tornjak API (backend)
# -- Deploys Tornjak API (backend) (Not for production)
enabled: false
# -- Tornjak API image
image: