Merge "Fix barbican values/templates mismatch"

This commit is contained in:
Zuul 2017-11-01 00:05:49 +00:00 committed by Gerrit Code Review
commit 4feb2f30a4
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ spec:
{{ tuple $envAll $dependencies $mounts_barbican_api_init | include "helm-toolkit.snippets.kubernetes_entrypoint_init_container" | indent 8 }}
containers:
- name: barbican-api
image: {{ .Values.images.tags.api }}
image: {{ .Values.images.tags.barbican_api }}
imagePullPolicy: {{ .Values.images.pull_policy }}
{{ tuple $envAll $envAll.Values.pod.resources.api | include "helm-toolkit.snippets.kubernetes_resources" | indent 10 }}
securityContext:

View File

@ -35,7 +35,7 @@ spec:
{{ tuple $envAll $dependencies "[]" | include "helm-toolkit.snippets.kubernetes_entrypoint_init_container" | indent 8 }}
containers:
- name: barbican-db-sync
image: {{ .Values.images.tags.db_sync }}
image: {{ .Values.images.tags.barbican_db_sync }}
imagePullPolicy: {{ .Values.images.pull_policy }}
{{ tuple $envAll $envAll.Values.pod.resources.jobs.db_sync | include "helm-toolkit.snippets.kubernetes_resources" | indent 10 }}
command: