Skip to content

Commit 91d8eed

Browse files
author
Maurice Faber
committed
fix: sops detection [ci skip]
1 parent d4db4de commit 91d8eed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

values/otomi-api/otomi-api.gotmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
{{- $coreVersion := (printf "v%s" $version) }}
1111
{{- $sopsEnv := tpl (readFile "../../helmfile.d/snippets/sops-env.gotmpl") ($v | get "kms.sops" dict) }}
1212
{{- $skipVerify := eq ($cm | get "stage" "production") "staging" }}
13-
{{- $sopsEnabled := ne ($v | get "kms.sops" "") "" }}
13+
{{- $sopsEnabled := ne ($v | get "kms.sops.provider" "") "" }}
1414

1515
replicaCount: 1
1616

0 commit comments

Comments
 (0)