Skip to content

Commit 88dec94

Browse files
committed
fix: delete testkube-global-config map that was unnecessary
1 parent e95c740 commit 88dec94

File tree

2 files changed

+1
-18
lines changed

2 files changed

+1
-18
lines changed

charts/testkube-api/templates/deployment.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -158,10 +158,7 @@ spec:
158158
- name: TESTKUBE_CLUSTER_NAME
159159
value: "{{ .Values.clusterName }}"
160160
- name: TESTKUBE_HELMCHART_VERSION
161-
valueFrom:
162-
configMapKeyRef:
163-
name: testkube-global-config
164-
key: helmchartVersion
161+
value: "{{ .Chart.Version }}"
165162
- name: ENABLE_SECRETS_ENDPOINT
166163
value: "{{ .Values.enableSecretsEndpoint }}"
167164
- name: DISABLE_MONGO_MIGRATIONS

charts/testkube/templates/configmap.yaml

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)