We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bebc410 commit 60c8dbaCopy full SHA for 60c8dba
charts/victoria-metrics-operator/templates/server.yaml
@@ -67,10 +67,6 @@ spec:
67
value: {{ .Chart.Name }}
68
- name: VM_USECUSTOMCONFIGRELOADER
69
value: "{{ .Values.operator.useCustomConfigReloader }}"
70
- {{- if and (.Values.operator.useCustomConfigReloader) (not (hasKey $env "VM_CUSTOMCONFIGRELOADERIMAGE")) }}
71
- - name: VM_CUSTOMCONFIGRELOADERIMAGE
72
- value: victoriametrics/operator:config-reloader-{{- include "vm.image.tag" . -}}
73
- {{ end }}
74
{{- with (((.Values).global).image).registry }}
75
- name: VM_CONTAINERREGISTRY
76
value: {{ quote . }}
0 commit comments