initial commit, adding v0.0.1 helm charts

This commit is contained in:
Chris Kim
2019-03-11 17:14:39 -07:00
commit 9d71ffb01a
22 changed files with 725 additions and 0 deletions
@@ -0,0 +1,11 @@
{{- if .Values.serviceAccounts.client.create }}
apiVersion: v1
kind: ServiceAccount
metadata:
name: {{ template "submariner-k8s-broker.clientServiceAccountName" . }}
labels:
heritage: {{ .Release.Service | quote }}
release: {{ .Release.Name | quote }}
chart: {{ template "submariner-k8s-broker.chart" . }}
app: {{ template "submariner-k8s-broker.name" . }}
{{- end }}