We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfae8d3 commit 04328dbCopy full SHA for 04328db
deploy/charts/github-token-manager/templates/deployment.yaml
@@ -109,7 +109,7 @@ spec:
109
runAsNonRoot: true
110
seccompProfile:
111
type: RuntimeDefault
112
- serviceAccountName: {{ include "chart.fullname" . }}
+ serviceAccountName: {{ .Values.rbac.serviceAccount.name | default (include "chart.fullname" . ) }}
113
terminationGracePeriodSeconds: 10
114
volumes:
115
- name: config
0 commit comments