1
0
Fork 0
docker-easy-haproxy/helm/easyhaproxy-ingress/templates/serviceaccount.yaml
Joao Gilberto Magalhaes 899e6e8d23 Add helm package
2022-08-27 14:34:55 -05:00

12 lines
344 B
YAML

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