RP_Search/charts/whoogle/templates/serviceaccount.yaml
Virág Gábor 80b26a39c6 upload
2024-11-06 11:01:28 +01:00

12 lines
320 B
YAML

{{- if .Values.serviceAccount.create -}}
apiVersion: v1
kind: ServiceAccount
metadata:
name: {{ include "whoogle.serviceAccountName" . }}
labels:
{{- include "whoogle.labels" . | nindent 4 }}
{{- with .Values.serviceAccount.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- end }}