Skip to content

Commit f400dbc

Browse files
authored
fix: controller read config with fixed name (#205)
1 parent 88a91b6 commit f400dbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/kubernetes_v1.22/helm/templates/controller-configmap-client.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v1
22
kind: ConfigMap
33
metadata:
4-
name: {{ include "polaris-controller.controller.fullname" . }}-tpl
4+
name: polaris-client-config-tpl
55
namespace: polaris-system
66
data:
77
polaris.yaml: |-

0 commit comments

Comments
 (0)