first commit
This commit is contained in:
10
charts/kmm/templates/serviceaccount.yaml
Normal file
10
charts/kmm/templates/serviceaccount.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
apiVersion: v1
|
||||
kind: ServiceAccount
|
||||
metadata:
|
||||
name: {{ include "kmm.fullname" . }}-controller
|
||||
labels:
|
||||
app.kubernetes.io/component: kmm
|
||||
app.kubernetes.io/part-of: kmm
|
||||
{{- include "kmm.labels" . | nindent 4 }}
|
||||
annotations:
|
||||
{{- toYaml .Values.controller.serviceAccount.annotations | nindent 4 }}
|
||||
Reference in New Issue
Block a user