mirror of
https://github.com/Thumbscrew/k8s-charts.git
synced 2025-07-02 19:09:03 +00:00
feat: CyberChef chart (#79)
This commit is contained in:
13
charts/cyberchef/templates/serviceaccount.yaml
Normal file
13
charts/cyberchef/templates/serviceaccount.yaml
Normal file
@ -0,0 +1,13 @@
|
||||
{{- if .Values.serviceAccount.create -}}
|
||||
apiVersion: v1
|
||||
kind: ServiceAccount
|
||||
metadata:
|
||||
name: {{ include "cyberchef.serviceAccountName" . }}
|
||||
labels:
|
||||
{{- include "cyberchef.labels" . | nindent 4 }}
|
||||
{{- with .Values.serviceAccount.annotations }}
|
||||
annotations:
|
||||
{{- toYaml . | nindent 4 }}
|
||||
{{- end }}
|
||||
automountServiceAccountToken: {{ .Values.serviceAccount.automount }}
|
||||
{{- end }}
|
Reference in New Issue
Block a user