diff --git a/charts/workload/Chart.yaml b/charts/workload/Chart.yaml index 377ce74..24346c3 100644 --- a/charts/workload/Chart.yaml +++ b/charts/workload/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: softplayer-lib-workload description: A library to be reused accross softplayer charts type: library -version: 0.1.2 +version: 0.1.3 maintainers: - name: allanger email: allanger@badhouseplants.net diff --git a/charts/workload/templates/deployment/_containers.tpl b/charts/workload/templates/deployment/_containers.tpl index 2cd02af..35b02b9 100644 --- a/charts/workload/templates/deployment/_containers.tpl +++ b/charts/workload/templates/deployment/_containers.tpl @@ -103,7 +103,7 @@ envFrom: {{- else }} - configMapRef: {{- end }} {{- /* /(5) */}} - name: {{- printf " %s-%s" (include "chart.fullname" $.Context) $k -}} + name: {{- printf " %s-%s" (include "chart.fullname" $.Context) $k -}} {{- end -}} {{- /* /(4) */}} {{- /* Otherwise try to add references directly (if Secrets/ConfigMaps are not managed by the chart) */ -}} {{- else -}}