Fix envFrom

This commit is contained in:
Nikolai Rodionov 2024-05-21 09:39:06 +02:00
parent c3ffa693c2
commit b5cdea0380
Signed by: allanger
GPG Key ID: 0AA46A90E25592AD
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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 -}}