We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3239c79 commit 2ce1ed8Copy full SHA for 2ce1ed8
charts/k6-operator/templates/serviceAccount.yaml
@@ -1,3 +1,4 @@
1
+{{- if .Values.manager.serviceAccount.create }}
2
apiVersion: v1
3
kind: ServiceAccount
4
metadata:
@@ -9,3 +10,4 @@ metadata:
9
10
{{- include "k6-operator.customLabels" . | default "" | nindent 4 }}
11
annotations:
12
{{- include "k6-operator.customAnnotations" . | default "" | nindent 4 }}
13
+{{- end }}
0 commit comments