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 042976d2..97e05e33 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.secretOperator.image.repository }}:{{ .Values.secretOperator.image.tag | default .Chart.AppVersion }}" - imagePullPolicy: {{ .Values.secretOperator.image.pullPolicy }} + image: "{{ .Values.secret-operator.image.repository }}:{{ .Values.secret-operator.image.tag | default .Chart.AppVersion }}" + imagePullPolicy: {{ .Values.secret-operator.image.pullPolicy }} ports: - name: api containerPort: {{ .Values.operator.apiServerPort }} diff --git a/freeleaps-secret-operator/helm-pkg/secret-operator/values.yaml b/freeleaps-secret-operator/helm-pkg/secret-operator/values.yaml index 2a9c4498..9931bcb6 100644 --- a/freeleaps-secret-operator/helm-pkg/secret-operator/values.yaml +++ b/freeleaps-secret-operator/helm-pkg/secret-operator/values.yaml @@ -1,7 +1,7 @@ # Default values for freeleaps-secret-operator replicaCount: 1 -secretOperator: +secret-operator: image: registry: docker.io repository: freeleaps/secret-operator