Add helm package
This commit is contained in:
parent
e8aa05512a
commit
899e6e8d23
9 changed files with 415 additions and 54 deletions
12
helm/easyhaproxy-ingress/templates/serviceaccount.yaml
Normal file
12
helm/easyhaproxy-ingress/templates/serviceaccount.yaml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{{- 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 }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue