mirror of
https://github.com/submariner-io/submariner-charts.git
synced 2026-09-23 14:50:34 +00:00
initial commit, adding v0.0.1 helm charts
This commit is contained in:
@@ -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 }}
|
||||
Reference in New Issue
Block a user