Skip to content

Commit 4ee1418

Browse files
committed
fix: CASE config map name
1 parent 798f25e commit 4ee1418

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/cluster-autoscaler-status-exporter/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: cluster-autoscaler-status-exporter
33
description: A Helm chart for cluster-autoscaler-status-exporter
44
type: application
5-
version: 0.1.1
5+
version: 0.1.2
66
appVersion: "0.2.0"

charts/cluster-autoscaler-status-exporter/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ affinity: {}
6565
volumes:
6666
- name: config-volume
6767
configMap:
68-
name: config-volume
68+
name: cluster-autoscaler-status-exporter-config
6969
items:
7070
- key: config.yaml
7171
path: config.yaml

0 commit comments

Comments
 (0)