mirror of
https://github.com/puppetlabs/vmpooler-deployment.git
synced 2026-01-26 19:48:42 -05:00
Create Helm repository
This commit is contained in:
parent
0b21ff051b
commit
0f4c2310b8
19 changed files with 24 additions and 1 deletions
11
helm-charts/vmpooler/templates/configmap-vmpooler-pools.yaml
Normal file
11
helm-charts/vmpooler/templates/configmap-vmpooler-pools.yaml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{{- if eq .Values.poolsConfigMapName "vmpooler-pools" -}}
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: vmpooler-pools
|
||||
data:
|
||||
pools.yaml: |
|
||||
---
|
||||
:pools:
|
||||
{{- toYaml .Values.pools | nindent 6 }}
|
||||
{{- end -}}
|
||||
Loading…
Add table
Add a link
Reference in a new issue