Loading assets/auto-deploy-app/templates/service-account.yaml +2 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,8 @@ apiVersion: v1 kind: ServiceAccount metadata: name: {{ .name | quote }} labels: {{ include "sharedlabels" . | indent 4 }} {{- if .annotations }} annotations: {{ toYaml .annotations | indent 4 }} Loading Loading
assets/auto-deploy-app/templates/service-account.yaml +2 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,8 @@ apiVersion: v1 kind: ServiceAccount metadata: name: {{ .name | quote }} labels: {{ include "sharedlabels" . | indent 4 }} {{- if .annotations }} annotations: {{ toYaml .annotations | indent 4 }} Loading