Skip to content

Commit 53596f5

Browse files
committed
fix ingress chart
1 parent 6ac86e6 commit 53596f5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

helm-chart/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
The chart is currently used in the following trainings. Ensure you do not introduce any breaking changes to it.
22

3-
- in K1
3+
- in K1 (did not work, due to k1 needs index.yaml and packaged helm chart in repoURL)
44
- in KKP

helm-chart/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
spec:
1717
terminationGracePeriodSeconds: 15
1818
containers:
19-
- name: blue
19+
- name: my-app
2020
image: "{{ .Values.image.name }}:{{ .Values.image.tag }}"
2121
imagePullPolicy: Always
2222
tty: true

0 commit comments

Comments
 (0)