Fix envFrom
This commit is contained in:
parent
c3ffa693c2
commit
b5cdea0380
@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
name: softplayer-lib-workload
|
name: softplayer-lib-workload
|
||||||
description: A library to be reused accross softplayer charts
|
description: A library to be reused accross softplayer charts
|
||||||
type: library
|
type: library
|
||||||
version: 0.1.2
|
version: 0.1.3
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: allanger
|
- name: allanger
|
||||||
email: allanger@badhouseplants.net
|
email: allanger@badhouseplants.net
|
||||||
|
@ -103,7 +103,7 @@ envFrom:
|
|||||||
{{- else }}
|
{{- else }}
|
||||||
- configMapRef:
|
- configMapRef:
|
||||||
{{- end }} {{- /* /(5) */}}
|
{{- end }} {{- /* /(5) */}}
|
||||||
name: {{- printf " %s-%s" (include "chart.fullname" $.Context) $k -}}
|
name: {{- printf " %s-%s" (include "chart.fullname" $.Context) $k -}}
|
||||||
{{- end -}} {{- /* /(4) */}}
|
{{- end -}} {{- /* /(4) */}}
|
||||||
{{- /* Otherwise try to add references directly (if Secrets/ConfigMaps are not managed by the chart) */ -}}
|
{{- /* Otherwise try to add references directly (if Secrets/ConfigMaps are not managed by the chart) */ -}}
|
||||||
{{- else -}}
|
{{- else -}}
|
||||||
|
Loading…
Reference in New Issue
Block a user