Fix templating in api deployment

This commit is contained in:
Gene Liverman 2021-12-06 11:16:42 -05:00
parent 8b1610c51e
commit df1f74869b
No known key found for this signature in database
GPG key ID: 3AF83985B6C857C6
4 changed files with 21 additions and 6 deletions

View file

@ -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

View file

@ -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