fix: not mount tls when disable (#10357)

pull/10359/head
charlychiu 2023-08-12 00:01:27 +08:00 committed by GitHub
parent d21bfb84ad
commit 3b68d63643
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -56,9 +56,11 @@ spec:
- mountPath: /etc/hubble-relay
name: config
readOnly: true
{% if cilium_hubble_tls_generate -%}
- mountPath: /var/lib/hubble-relay/tls
name: tls
readOnly: true
{% endif %}
restartPolicy: Always
serviceAccount: hubble-relay
serviceAccountName: hubble-relay
@ -74,6 +76,7 @@ spec:
path: /var/run/cilium
type: Directory
name: hubble-sock-dir
{% if cilium_hubble_tls_generate -%}
- projected:
sources:
- secret:
@ -93,6 +96,7 @@ spec:
- key: tls.key
path: server.key
name: tls
{% endif %}
---
# Source: cilium/templates/hubble-ui/deployment.yaml
kind: Deployment