Updated Tornjak documenation with Not-for-production labels (#297)
This commit is contained in:
@@ -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) |
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user