Skip to content
Snippets Groups Projects
Commit 1942526e authored by andree.klattenhoff's avatar andree.klattenhoff
Browse files

Defect: updater.yaml missing tpl function

parent f8bd6d12
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 3.0.8
version: 3.0.9
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
......
......@@ -94,5 +94,5 @@ spec:
volumes:
- name: manifest-config
configMap:
name: {{ .Values.existingConfigMap | default (include "ox-common.names.fullname" .) }}
name: "{{- tpl (.Values.existingConfigMap | default (include "ox-common.names.fullname" .)) . }}"
{{- end }}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment