mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-09 11:47:47 +03:00
add cilium hubble-ui enable flag (#10939)
This commit is contained in:
@@ -28,6 +28,7 @@ subjects:
|
||||
- kind: ServiceAccount
|
||||
namespace: kube-system
|
||||
name: hubble-relay
|
||||
{% if cilium_enable_hubble_ui %}
|
||||
---
|
||||
# Source: cilium/templates/hubble-ui-clusterrolebinding.yaml
|
||||
kind: ClusterRoleBinding
|
||||
@@ -42,3 +43,4 @@ subjects:
|
||||
- kind: ServiceAccount
|
||||
namespace: kube-system
|
||||
name: hubble-ui
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user