diff --git a/helm-charts/mend-renovate-ce/templates/deployment.yaml b/helm-charts/mend-renovate-ce/templates/deployment.yaml index e1571951..137887f9 100644 --- a/helm-charts/mend-renovate-ce/templates/deployment.yaml +++ b/helm-charts/mend-renovate-ce/templates/deployment.yaml @@ -85,7 +85,7 @@ spec: key: mendRnvGithubAppId optional: true {{- end }} - {{- if or .Values.renovate.mendRnvGithubBotUserId .Values.renovate.existingSecret }} + {{- if .Values.renovate.mendRnvGithubBotUserId }} - name: MEND_RNV_GITHUB_BOT_USER_ID value: {{ .Values.renovate.mendRnvGithubBotUserId | quote }} {{- end }} @@ -98,7 +98,7 @@ spec: optional: true {{- end }} # BitBucket - {{- if or .Values.renovate.mendRnvBitbucketUser }} + {{- if .Values.renovate.mendRnvBitbucketUser }} - name: MEND_RNV_BITBUCKET_USER value: {{ .Values.renovate.mendRnvBitbucketUser | quote }} {{- end }}