Skip to content

Commit 3009246

Browse files
committed
v0.1.3
1 parent bb92bc2 commit 3009246

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

helm/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: csdp-installer
33
description: A Helm chart used for installing a CSDP runtime
44
type: application
5-
version: 0.1.2
5+
version: 0.1.3
66
appVersion: v0.0.4
77

88
dependencies:

helm/templates/job.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -30,60 +30,60 @@ spec:
3030
- name: CSDP_URL
3131
valueFrom:
3232
configMapKeyRef:
33-
name: "{{ include "csdp-installer.fullname" . }}-cm"
33+
name: csdp-installer-cm
3434
key: csdp.url
3535
- name: CSDP_TOKEN
3636
valueFrom:
3737
configMapKeyRef:
38-
name: "{{ include "csdp-installer.fullname" . }}-cm"
38+
name: csdp-installer-cm
3939
key: csdp.token
4040
- name: CSDP_RUNTIME_NAME
4141
valueFrom:
4242
configMapKeyRef:
43-
name: "{{ include "csdp-installer.fullname" . }}-cm"
43+
name: csdp-installer-cm
4444
key: runtime.name
4545
- name: CSDP_RUNTIME_VERSION
4646
valueFrom:
4747
configMapKeyRef:
48-
name: "{{ include "csdp-installer.fullname" . }}-cm"
48+
name: csdp-installer-cm
4949
key: runtime.version
5050
optional: true
5151
- name: CSDP_RUNTIME_REPO
5252
valueFrom:
5353
configMapKeyRef:
54-
name: "{{ include "csdp-installer.fullname" . }}-cm"
54+
name: csdp-installer-cm
5555
key: runtime.repo
5656
- name: CSDP_RUNTIME_GIT_TOKEN
5757
valueFrom:
5858
configMapKeyRef:
59-
name: "{{ include "csdp-installer.fullname" . }}-cm"
59+
name: csdp-installer-cm
6060
key: runtime.gitToken
6161
- name: CSDP_RUNTIME_CLUSTER
6262
valueFrom:
6363
configMapKeyRef:
64-
name: "{{ include "csdp-installer.fullname" . }}-cm"
64+
name: csdp-installer-cm
6565
key: runtime.cluster
6666
- name: CSDP_RUNTIME_INGRESS_URL
6767
valueFrom:
6868
configMapKeyRef:
69-
name: "{{ include "csdp-installer.fullname" . }}-cm"
69+
name: csdp-installer-cm
7070
key: runtime.ingressURL
7171
- name: CSDP_GIT_INTEGRATION_PROVIDER
7272
valueFrom:
7373
configMapKeyRef:
74-
name: "{{ include "csdp-installer.fullname" . }}-cm"
74+
name: csdp-installer-cm
7575
key: gitIntegration.provider
7676
optional: true
7777
- name: CSDP_GIT_INTEGRATION_API_URL
7878
valueFrom:
7979
configMapKeyRef:
80-
name: "{{ include "csdp-installer.fullname" . }}-cm"
80+
name: csdp-installer-cm
8181
key: gitIntegration.apiURL
8282
optional: true
8383
- name: CSDP_GIT_INTEGRATION_TOKEN
8484
valueFrom:
8585
configMapKeyRef:
86-
name: "{{ include "csdp-installer.fullname" . }}-cm"
86+
name: csdp-installer-cm
8787
key: gitIntegration.token
8888
optional: true
8989
resources:

0 commit comments

Comments
 (0)