Skip to content

Commit

Permalink
fix: set the kube-vip var to default value instead of env for cluster…
Browse files Browse the repository at this point in the history
…class
  • Loading branch information
deepakm-ntnx committed Apr 2, 2024
1 parent 51aa55f commit 1a7cd69
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions templates/cluster-template-clusterclass.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -461,11 +461,11 @@ spec:
- name: vip_retryperiod
value: "2"
- name: svc_enable
value: "${KUBEVIP_SVC_ENABLE=false}"
value: "false"
- name: lb_enable
value: "${KUBEVIP_LB_ENABLE=false}"
value: "false"
- name: enableServicesElection
value: "${KUBEVIP_SVC_ELECTION=false}"
value: "false"
securityContext:
capabilities:
add:
Expand Down
6 changes: 3 additions & 3 deletions templates/clusterclass/kcpt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ spec:
- name: vip_retryperiod
value: "2"
- name: svc_enable
value: "${KUBEVIP_SVC_ENABLE=false}"
value: "false"
- name: lb_enable
value: "${KUBEVIP_LB_ENABLE=false}"
value: "false"
- name: enableServicesElection
value: "${KUBEVIP_SVC_ELECTION=false}"
value: "false"
securityContext:
capabilities:
add:
Expand Down

0 comments on commit 1a7cd69

Please sign in to comment.