Skip to content

Commit

Permalink
[common] Fix ability to set configMaps & secret for every container i…
Browse files Browse the repository at this point in the history
…n pod

Signed-off-by: Adrian Berger <[email protected]>
  • Loading branch information
adberger committed Sep 1, 2023
1 parent 5b11e56 commit 352c47c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/common/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: common
description: "Bedag's common Helm chart to use for creating other Helm charts"
version: 10.6.0
version: 10.6.1
# A chart can be either an 'application' or a 'library' chart.
#
# Application charts are a collection of templates that can be packaged into versioned archives
Expand Down
2 changes: 1 addition & 1 deletion charts/common/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# common

![Version: 10.6.0](https://img.shields.io/badge/Version-10.6.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 10.6.1](https://img.shields.io/badge/Version-10.6.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

Bedag's common Helm chart to use for creating other Helm charts

Expand Down
2 changes: 1 addition & 1 deletion charts/common/templates/_container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
subPath: {{ $key }}
{{- end }}
{{- end }}
{{- if or $containerValues.envSecret $containerValues.envConfigMap }}
{{- if or $containerValues.envSecret $containerValues.envConfigMap $controllerValues.envSecret $controllerValues.envConfigMap }}
envFrom:
{{- if $controllerValues.envSecret }}
- secretRef:
Expand Down

0 comments on commit 352c47c

Please sign in to comment.