Skip to content

Commit b48c51b

Browse files
author
Vijay
committed
secrets fix with secrete name
1 parent 78b4264 commit b48c51b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ jobs:
2929
env:
3030
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
3131
CR_SKIP_EXISTING: true
32-
version: 0.9.17-1
32+
version: 0.9.17-3
3333
mark_as_latest: false

charts/tiphys/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: tiphys
33
description: A High Level Helm Chart
44
type: application
5-
version: 0.9.17-2
5+
version: 0.9.17-3
66
appVersion: 1.16.3
77

88
dependencies:

charts/tiphys/templates/app.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spec:
2929
command: ["bash", "-c", {{ $job.command | join " " | quote}}]
3030
envFrom:
3131
- secretRef:
32-
name: {{ template "opszero.fullname" $ }}
32+
name: {{ $app.name }}
3333
env:
3434
- name: TIPHYS_APP
3535
value: {{ $app.name }}
@@ -166,7 +166,7 @@ spec:
166166
{{- end }}
167167
envFrom:
168168
- secretRef:
169-
name: {{ template "opszero.fullname" $ }}
169+
name: {{ $app.name }}
170170
{{- if $app.secrets }}
171171
- secretRef:
172172
name: {{ template "opszero.fullname" $ }}-{{ $app.name }}

0 commit comments

Comments
 (0)