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) (#10476)

Co-authored-by: Toon Albers <[email protected]>
  • Loading branch information
hassenius and toonalbers authored Sep 26, 2023
1 parent a4b0656 commit c7cfd32
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 c7cfd32

Please sign in to comment.