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

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