We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e8f0b1 commit 4308893Copy full SHA for 4308893
1 file changed
charts/kof-storage/templates/victoria/vmauth.yaml
@@ -10,7 +10,7 @@ metadata:
10
spec:
11
{{- $spec := deepCopy .Values.victoriametrics.vmauth.spec }}
12
{{- if $global.registry }}
13
- {{- $_ := set $spec.image "repository" ( printf "%s/victoriametrics/vmalert" $global.registry) }}
+ {{- $_ := set $spec.image "repository" ( printf "%s/victoriametrics/vmauth" $global.registry) }}
14
{{- end }}
15
{{- if and $global.registry (ne $global.registry "docker.io") }}
16
{{- $configReloaderImageTag := $spec.configReloaderImageTag | trimPrefix "quay.io/" }}
0 commit comments