Skip to content

Commit

Permalink
quote kube-vip env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
glitchcrab committed Feb 1, 2025
1 parent 3a95047 commit e955d9c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@
- name: bgp_peeras
value: "${BGP_PEER_AS}"
- name: bgp_peers
value: ${BGP_PEERS}
value: "${BGP_PEERS}"
- name: address
value: ${APISERVER_VIP}
value: "${APISERVER_VIP}"
- name: prometheus_server
value: :2112
value: ":2112"
# renovate: kube-vip/kube-vip
image: ghcr.io/kube-vip/kube-vip:v0.8.9
imagePullPolicy: IfNotPresent
Expand Down

0 comments on commit e955d9c

Please sign in to comment.