Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kubespray
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Kubespray
Commits
31f6d38c
Unverified
Commit
31f6d38c
authored
1 year ago
by
Toon Albers
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
[cilium] fix: invalid hubble yaml if cilium_hubble_tls_generate is enabled (#10430)
parent
c31bb9ac
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
roles/network_plugin/cilium/templates/hubble/deploy.yml.j2
+4
-2
4 additions, 2 deletions
roles/network_plugin/cilium/templates/hubble/deploy.yml.j2
with
4 additions
and
2 deletions
roles/network_plugin/cilium/templates/hubble/deploy.yml.j2
+
4
−
2
View file @
31f6d38c
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment