We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbf9add commit 78b4264Copy full SHA for 78b4264
charts/tiphys/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
2
name: tiphys
3
description: A High Level Helm Chart
4
type: application
5
-version: 0.9.17-1
+version: 0.9.17-2
6
appVersion: 1.16.3
7
8
dependencies:
charts/tiphys/templates/app.yaml
@@ -345,7 +345,7 @@ spec:
345
command: ["bash", "-c", {{ $cronjob.command | join " " | quote}}]
346
envFrom:
347
- secretRef:
348
- name: {{ template "opszero.fullname" $ }}
+ name: {{ $app.name }}
349
env:
350
- name: TIPHYS_APP
351
value: {{ $app.name }}
0 commit comments