Skip to content

Commit

Permalink
[cilium] fix: invalid hubble yaml if cilium_hubble_tls_generate is en…
Browse files Browse the repository at this point in the history
…abled (#10430)
  • Loading branch information
toonalbers authored Sep 13, 2023
1 parent c31bb9a commit 31f6d38
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions roles/network_plugin/cilium/templates/hubble/deploy.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -96,7 +97,8 @@ spec:
- key: tls.key
path: server.key
name: tls
{% endif %}
{%- endif %}

---
# Source: cilium/templates/hubble-ui/deployment.yaml
kind: Deployment
Expand Down

0 comments on commit 31f6d38

Please sign in to comment.