mirror of
https://github.com/puppetlabs/vmpooler-deployment.git
synced 2026-01-26 03:28:41 -05:00
Create Helm repository
This commit is contained in:
parent
0b21ff051b
commit
0f4c2310b8
19 changed files with 24 additions and 1 deletions
12
helm-charts/vmpooler/templates/serviceaccount.yaml
Normal file
12
helm-charts/vmpooler/templates/serviceaccount.yaml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{{- if .Values.serviceAccount.create -}}
|
||||
apiVersion: v1
|
||||
kind: ServiceAccount
|
||||
metadata:
|
||||
name: {{ include "vmpooler.serviceAccountName" . }}
|
||||
labels:
|
||||
{{- include "vmpooler.labels" . | nindent 4 }}
|
||||
{{- with .Values.serviceAccount.annotations }}
|
||||
annotations:
|
||||
{{- toYaml . | nindent 4 }}
|
||||
{{- end }}
|
||||
{{- end -}}
|
||||
Loading…
Add table
Add a link
Reference in a new issue