We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a42077 commit 7668f9bCopy full SHA for 7668f9b
values/otomi-api/otomi-api.gotmpl
@@ -4,7 +4,7 @@
4
{{- $g := $v.charts | get "gitea" dict }}
5
{{- $cm := $v.charts | get "cert-manager" dict }}
6
{{- $hasGitea := $g | get "enabled" true }}
7
-{{- $giteaValuesUrl := print "gitea." $v.cluster.domainSuffix }}
+{{- $giteaValuesUrl := printf "gitea.%s/otomi/values" $v.cluster.domainSuffix }}
8
{{- $teamConfig := dict "services" $v.teamConfig.services }}
9
{{- $version := (readFile "../../package.json") | regexFind "\"version\": \"([0-9.]+)\"" | regexFind "[0-9]+.[0-9]+.[0-9]+" -}}
10
{{- $coreVersion := (printf "v%s" $version) }}
0 commit comments