Fix envFrom
This commit is contained in:
parent
c3ffa693c2
commit
b5cdea0380
@ -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
|
||||
|
@ -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 -}}
|
||||
|
Loading…
Reference in New Issue
Block a user