We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ac86e6 commit 53596f5Copy full SHA for 53596f5
2 files changed
helm-chart/README.md
@@ -1,4 +1,4 @@
1
The chart is currently used in the following trainings. Ensure you do not introduce any breaking changes to it.
2
3
-- in K1
+- in K1 (did not work, due to k1 needs index.yaml and packaged helm chart in repoURL)
4
- in KKP
helm-chart/templates/deployment.yaml
@@ -16,7 +16,7 @@ spec:
16
spec:
17
terminationGracePeriodSeconds: 15
18
containers:
19
- - name: blue
+ - name: my-app
20
image: "{{ .Values.image.name }}:{{ .Values.image.tag }}"
21
imagePullPolicy: Always
22
tty: true
0 commit comments