mirror of
https://github.com/gomods/athens
synced 2026-02-03 12:10:32 +00:00
Fix K8s service account usage (#1672)
* Fix K8s service account usage * bump chart version Co-authored-by: Aaron Schlesinger <70865+arschles@users.noreply.github.com>
This commit is contained in:
@@ -7,3 +7,7 @@ metadata:
|
||||
chart: "{{ .Chart.Name }}-{{ .Chart.Version }}"
|
||||
release: "{{ .Release.Name }}"
|
||||
heritage: "{{ .Release.Service }}"
|
||||
{{- with .Values.serviceAccount.annotations }}
|
||||
annotations:
|
||||
{{ toYaml . | indent 4 }}
|
||||
{{- end }}
|
||||
|
||||
Reference in New Issue
Block a user