Skip to content

Commit

Permalink
Update server-deployment.yaml (#593)
Browse files Browse the repository at this point in the history
Correcting a small typo. When setting MEND_RNV_LICENSE_KEY, the check for existingSecret was performed in the incorrect scope. Instead of "renovateServer" the scope should be "license"
  • Loading branch information
jorgeramirezws authored Nov 4, 2024
1 parent 560b103 commit 32c5e74
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 32c5e74

Please sign in to comment.