File tree Expand file tree Collapse file tree
helm-charts/mend-renovate-ee/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 {{- toYaml . | nindent 8 }}
3434 {{- end }}
3535 spec :
36- {{- if .Values.renovateServer.automountServiceAccountToken }}
37- automountServiceAccountToken : {{ .Values.renovateServer.automountServiceAccountToken }}
38- {{- end }}
36+ automountServiceAccountToken : {{ .Values.renovateServer.automountServiceAccountToken | default false }}
3937 {{- with .Values.renovateServer.podSecurityContext }}
4038 securityContext : {{- toYaml . | nindent 8 }}
4139 {{- end }}
Original file line number Diff line number Diff line change 3434 {{- toYaml . | nindent 8 }}
3535 {{- end }}
3636 spec :
37- {{- if .Values.renovateWorker.automountServiceAccountToken }}
38- automountServiceAccountToken : {{ .Values.renovateWorker.automountServiceAccountToken }}
39- {{- end }}
37+ automountServiceAccountToken : {{ .Values.renovateWorker.automountServiceAccountToken | default false }}
4038 {{- with .Values.renovateWorker.podSecurityContext }}
4139 securityContext : {{- toYaml . | nindent 8 }}
4240 {{- end }}
You can’t perform that action at this time.
0 commit comments