rancher-charts/charts/rancher-windows-gmsa/1.0.0/templates/serviceaccount.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 }}