mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-10 15:32:09 -03:30
[cilium] fix: invalid hubble yaml if cilium_hubble_tls_generate is enabled (#10430)
This commit is contained in:
parent
c31bb9aca7
commit
31f6d38cd2
@ -60,7 +60,8 @@ spec:
|
||||
- mountPath: /var/lib/hubble-relay/tls
|
||||
name: tls
|
||||
readOnly: true
|
||||
{% endif %}
|
||||
{%- endif %}
|
||||
|
||||
restartPolicy: Always
|
||||
serviceAccount: hubble-relay
|
||||
serviceAccountName: hubble-relay
|
||||
@ -96,7 +97,8 @@ spec:
|
||||
- key: tls.key
|
||||
path: server.key
|
||||
name: tls
|
||||
{% endif %}
|
||||
{%- endif %}
|
||||
|
||||
---
|
||||
# Source: cilium/templates/hubble-ui/deployment.yaml
|
||||
kind: Deployment
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user