mirror of
https://github.com/puppetlabs/vmpooler-deployment.git
synced 2026-01-26 03:28:41 -05:00
Fix templating in api deployment
This commit is contained in:
parent
8b1610c51e
commit
df1f74869b
4 changed files with 21 additions and 6 deletions
|
|
@ -72,7 +72,7 @@ spec:
|
|||
- name: VMPOOLER_TRACING_JAEGER_HOST
|
||||
value: '{{ .Values.tracing.jaegerHost }}'
|
||||
- name: EXTRA_CONFIG
|
||||
value: '/etc/vmpooler/config/pools.yaml'
|
||||
value: '{{ .Values.additionalConfigFiles }}'
|
||||
- name: REDIS_SERVER
|
||||
value: 'redis-master'
|
||||
- name: ONDEMAND_REQUEST_TTL
|
||||
|
|
@ -104,7 +104,7 @@ spec:
|
|||
path: vmpooler.yaml
|
||||
- name: pools-config
|
||||
configMap:
|
||||
name: vmpooler-pools
|
||||
name: {{ .Values.poolsConfigMapName }}
|
||||
items:
|
||||
- key: pools.yaml
|
||||
path: pools.yaml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue