You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Switch Vault to server mode with file backend to persist data across restarts while maintaining auto-unseal and dev token convenience.
Fixes#2574
Signed-off-by: Miguel Martinez <miguel@chainloop.dev>
Copy file name to clipboardExpand all lines: deployment/chainloop/templates/_helpers.tpl
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ vault:
77
77
{{- if$tokenEnvVar }}
78
78
token: {{ $tokenEnvVar| quote }}
79
79
{{- else }}
80
-
{{- required "VAULT_DEV_ROOT_TOKEN_ID environment variable is required when development mode is enabled" (index$.Values.vault.server.extraEnvVars"VAULT_DEV_ROOT_TOKEN_ID") }}
80
+
token: "notasecret"
81
81
{{- end }}
82
82
{{- elseif (required "vault backend selected but configuration not provided".vault ) }}
0 commit comments