diff --git a/freeleaps-secret-operator/helm-pkg/secret-operator/templates/deployment.yaml b/freeleaps-secret-operator/helm-pkg/secret-operator/templates/deployment.yaml index 97e05e33..042976d2 100644 --- a/freeleaps-secret-operator/helm-pkg/secret-operator/templates/deployment.yaml +++ b/freeleaps-secret-operator/helm-pkg/secret-operator/templates/deployment.yaml @@ -26,8 +26,8 @@ spec: - name: {{ .Chart.Name }} securityContext: {{- toYaml .Values.securityContext | nindent 12 }} - image: "{{ .Values.secret-operator.image.repository }}:{{ .Values.secret-operator.image.tag | default .Chart.AppVersion }}" - imagePullPolicy: {{ .Values.secret-operator.image.pullPolicy }} + image: "{{ .Values.secretOperator.image.repository }}:{{ .Values.secretOperator.image.tag | default .Chart.AppVersion }}" + imagePullPolicy: {{ .Values.secretOperator.image.pullPolicy }} ports: - name: api containerPort: {{ .Values.operator.apiServerPort }}