Browse Source

[cilium] fix: invalid hubble yaml if cilium_hubble_tls_generate is enabled (#10430) (#10476)

Co-authored-by: Toon Albers <45094749+toonalbers@users.noreply.github.com>
pull/10483/head
Hans Kristian Moen 2 years ago
committed by GitHub
parent
commit
c7cfd32c40
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions
  1. 6
      roles/network_plugin/cilium/templates/hubble/deploy.yml.j2

6
roles/network_plugin/cilium/templates/hubble/deploy.yml.j2

@ -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…
Cancel
Save