mirror of https://git.rancher.io/charts
8 lines
272 B
YAML
8 lines
272 B
YAML
|
apiVersion: v1
|
||
|
kind: ServiceAccount
|
||
|
metadata:
|
||
|
labels: {{ include "externalip-webhook.labels" . | indent 4 }}
|
||
|
chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
|
||
|
name: {{ template "externalip-webhook.fullname" . }}
|
||
|
namespace: {{ .Release.Namespace }}
|