diff --git a/helm-charts/mend-renovate-ee/templates/server-deployment.yaml b/helm-charts/mend-renovate-ee/templates/server-deployment.yaml index a6c8f4b2..c00713af 100644 --- a/helm-charts/mend-renovate-ee/templates/server-deployment.yaml +++ b/helm-charts/mend-renovate-ee/templates/server-deployment.yaml @@ -54,7 +54,7 @@ spec: - name: MEND_RNV_ACCEPT_TOS value: {{ .Values.license.mendRnvAcceptTos | quote }} {{- end }} - {{- if or .Values.license.mendRnvLicenseKey .Values.renovateServer.existingSecret }} + {{- if or .Values.license.mendRnvLicenseKey .Values.license.existingSecret }} - name: MEND_RNV_LICENSE_KEY valueFrom: secretKeyRef: