Skip to content

Commit

Permalink
fix: delete testkube-global-config map that was unnecessary (#987)
Browse files Browse the repository at this point in the history
  • Loading branch information
rangoo94 authored Feb 4, 2025
1 parent e95c740 commit 4ef0827
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
5 changes: 1 addition & 4 deletions charts/testkube-api/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,10 +158,7 @@ spec:
- name: TESTKUBE_CLUSTER_NAME
value: "{{ .Values.clusterName }}"
- name: TESTKUBE_HELMCHART_VERSION
valueFrom:
configMapKeyRef:
name: testkube-global-config
key: helmchartVersion
value: "{{ .Chart.Version }}"
- name: ENABLE_SECRETS_ENDPOINT
value: "{{ .Values.enableSecretsEndpoint }}"
- name: DISABLE_MONGO_MIGRATIONS
Expand Down
14 changes: 0 additions & 14 deletions charts/testkube/templates/configmap.yaml

This file was deleted.

0 comments on commit 4ef0827

Please sign in to comment.