Gitiles
Code Review
Sign In
review.vexxhost.dev
/
atmosphere
/
refs/heads/main
/
.
/
charts
/
goldpinger
/
templates
/
serviceaccount.yaml
blob: 555643310689b99e9c842ac768566767b9c8733f [
file
] [
log
] [
blame
] [
edit
]
{{
-
if .Values.serviceAccount.create }}
apiVersion:
v1
kind:
ServiceAccount
metadata:
name:
{{ include
"goldpinger.serviceAccountName"
. }}
labels:
{{
-
include
"goldpinger.labels"
.
|
nindent 4 }}
{{
-
end }}