Disable default Tornjak deployment (#153)

This commit is contained in:
Mariusz Sabath
2023-03-22 12:16:38 -07:00
committed by GitHub
parent 05d0f4778d
commit 901e670d49
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ A Helm chart to install the SPIRE server.
| tornjak.config.backend.dataStore.driver | string | `"sqlite3"` | |
| tornjak.config.backend.dataStore.file | string | `"/run/spire/data/tornjak.sqlite3"` | |
| tornjak.config.frontend.apiServerURL | string | `"http://localhost:10000"` | |
| tornjak.enabled | bool | `true` | |
| tornjak.enabled | bool | `false` | |
| tornjak.image.pullPolicy | string | `"IfNotPresent"` | |
| tornjak.image.registry | string | `"ghcr.io"` | |
| tornjak.image.repository | string | `"spiffe/tornjak"` | |
+1 -1
View File
@@ -206,7 +206,7 @@ nodeAttestor:
# tornjak - Tornjak specific configuration
tornjak:
enabled: true
enabled: false
# image - Tornjak image (frontend + backend) if not separated above
image: # ghcr.io/spiffe/tornjak
registry: ghcr.io