We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b17f2b commit bbb5ab0Copy full SHA for bbb5ab0
values/otomi-api/otomi-api.gotmpl
@@ -5,7 +5,7 @@
5
{{- $cm := $v.apps | get "cert-manager" }}
6
{{- $d := $v.apps.drone }}
7
{{- $sops := $v | get "kms.sops" dict }}
8
-{{- $giteaValuesUrl := printf "gitea-http.gitea.svc.cluster.local:3000/otomi/values" }}
+{{- $giteaValuesUrl := "gitea-http.gitea.svc.cluster.local:3000/otomi/values" }}
9
{{- $helmChartCatalog := printf "https://gitea.%s/otomi/charts.git" $v.cluster.domainSuffix }}
10
{{- $defaultPlatformAdminEmail := printf "platform-admin@%s" $v.cluster.domainSuffix }}
11
{{- $sopsEnv := tpl (readFile "../../helmfile.d/snippets/sops-env.gotmpl") $sops }}
0 commit comments