Skip to content

Commit

Permalink
fix: kube vip URL changed
Browse files Browse the repository at this point in the history
  • Loading branch information
onedr0p committed Jan 5, 2024
1 parent 1edb159 commit 270f67a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ k3s_registration_address: "{% raw %}{{ kube_vip_addr }}{% endraw %}"
k3s_server_manifests_urls:
{% if bootstrap_kube_vip_enabled | default(true) %}
# Kube-vip RBAC
- url: https://raw.githubusercontent.com/kube-vip/kube-vip/main/docs/manifests/rbac.yaml
- url: https://raw.githubusercontent.com/kube-vip/website/main/content/manifests/rbac.yaml
filename: kube-vip-rbac.yaml
{% endif %}
# Essential Prometheus Operator CRDs (the rest are installed with the kube-prometheus-stack helm release)
Expand Down

0 comments on commit 270f67a

Please sign in to comment.