added repo
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{{- if and .Values.operator.enabled .Values.operator.serviceAccount.create }}
|
||||
apiVersion: v1
|
||||
kind: ServiceAccount
|
||||
metadata:
|
||||
name: {{ template "kube-events.operator.serviceAccountName" . }}
|
||||
namespace: {{ template "kube-events.namespace" . }}
|
||||
labels:
|
||||
{{ include "kube-events.labels" . | indent 4 }}
|
||||
{{- end }}
|
||||
Reference in New Issue
Block a user