Skip to content

Commit 776309a

Browse files
committed
Added both
1 parent e987b03 commit 776309a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

charts/tiphys/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.4.6
18+
version: 0.4.7
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

charts/tiphys/templates/app.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,10 @@ spec:
6969
{{- if $app.service.command }}
7070
command: ["bash", "-c", {{ $app.service.command | join " " | quote}}]
7171
{{- end }}
72-
{{- if $app.secrets }}
7372
envFrom:
73+
- secretRef:
74+
name: {{ template "opszero.fullname" $ }}
75+
{{- if $app.secrets }}
7476
- secretRef:
7577
name: {{ template "opszero.fullname" $ }}-{{ $app.name }}
7678
{{- end }}

0 commit comments

Comments
 (0)