Archived
1
0

helm: Move chart into ci/helm-chart

This commit is contained in:
Anmol Sethi
2020-11-13 16:50:06 -05:00
parent affa64c89c
commit 52ea32f4a7
14 changed files with 4 additions and 3 deletions

View File

@ -0,0 +1,11 @@
{{- if or .Values.serviceAccount.create -}}
apiVersion: v1
kind: ServiceAccount
metadata:
labels:
app.kubernetes.io/name: {{ include "code-server.name" . }}
helm.sh/chart: {{ include "code-server.chart" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
name: {{ template "code-server.serviceAccountName" . }}
{{- end -}}