Skip to content
Snippets Groups Projects
Unverified Commit 31f6d38c authored by Toon Albers's avatar Toon Albers Committed by GitHub
Browse files

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

parent c31bb9ac
Branches
Tags
No related merge requests found
...@@ -60,7 +60,8 @@ spec: ...@@ -60,7 +60,8 @@ spec:
- mountPath: /var/lib/hubble-relay/tls - mountPath: /var/lib/hubble-relay/tls
name: tls name: tls
readOnly: true readOnly: true
{% endif %} {%- endif %}
restartPolicy: Always restartPolicy: Always
serviceAccount: hubble-relay serviceAccount: hubble-relay
serviceAccountName: hubble-relay serviceAccountName: hubble-relay
...@@ -96,7 +97,8 @@ spec: ...@@ -96,7 +97,8 @@ spec:
- key: tls.key - key: tls.key
path: server.key path: server.key
name: tls name: tls
{% endif %} {%- endif %}
--- ---
# Source: cilium/templates/hubble-ui/deployment.yaml # Source: cilium/templates/hubble-ui/deployment.yaml
kind: Deployment kind: Deployment
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment