mirror of https://git.rancher.io/charts
9 lines
213 B
YAML
9 lines
213 B
YAML
|
# the service account for the webhook
|
||
|
apiVersion: v1
|
||
|
kind: ServiceAccount
|
||
|
metadata:
|
||
|
name: {{ .Release.Name }}
|
||
|
namespace: {{ .Release.Namespace }}
|
||
|
labels: {{ include "gmsa.chartref" . | nindent 4 }}
|
||
|
|