mirror of
https://github.com/puppetlabs/vmpooler-deployment.git
synced 2026-01-26 11:38: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
|
|
@ -3,7 +3,7 @@ name: vmpooler
|
|||
description: A Helm chart to deploy vmpooler
|
||||
type: application
|
||||
icon: https://github.com/puppetlabs/vmpooler/raw/master/lib/vmpooler/public/img/logo.png
|
||||
version: 1.6.1
|
||||
version: 1.6.2
|
||||
appVersion: 1.3.0
|
||||
dependencies:
|
||||
- name: redis
|
||||
|
|
|
|||
|
|
@ -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