Skip to content

Commit 06de27c

Browse files
authored
fix: set http in giteaValuesUrl in otomi-api.gotmpl
1 parent bbb5ab0 commit 06de27c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

values/otomi-api/otomi-api.gotmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{{- $cm := $v.apps | get "cert-manager" }}
66
{{- $d := $v.apps.drone }}
77
{{- $sops := $v | get "kms.sops" dict }}
8-
{{- $giteaValuesUrl := "gitea-http.gitea.svc.cluster.local:3000/otomi/values" }}
8+
{{- $giteaValuesUrl := "http://gitea-http.gitea.svc.cluster.local:3000/otomi/values" }}
99
{{- $helmChartCatalog := printf "https://gitea.%s/otomi/charts.git" $v.cluster.domainSuffix }}
1010
{{- $defaultPlatformAdminEmail := printf "platform-admin@%s" $v.cluster.domainSuffix }}
1111
{{- $sopsEnv := tpl (readFile "../../helmfile.d/snippets/sops-env.gotmpl") $sops }}

0 commit comments

Comments
 (0)