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:
@@ -14,6 +14,7 @@ kind: ServiceAccount
|
||||
metadata:
|
||||
name: hubble-relay
|
||||
namespace: kube-system
|
||||
{% if cilium_enable_hubble_ui %}
|
||||
---
|
||||
# Source: cilium/templates/hubble-ui-serviceaccount.yaml
|
||||
apiVersion: v1
|
||||
@@ -21,3 +22,4 @@ kind: ServiceAccount
|
||||
metadata:
|
||||
name: hubble-ui
|
||||
namespace: kube-system
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user