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
3b68d636
Unverified
Commit
3b68d636
authored
1 year ago
by
charlychiu
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
fix: not mount tls when disable (#10357)
parent
d21bfb84
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
roles/network_plugin/cilium/templates/hubble/deploy.yml.j2
+4
-0
4 additions, 0 deletions
roles/network_plugin/cilium/templates/hubble/deploy.yml.j2
with
4 additions
and
0 deletions
roles/network_plugin/cilium/templates/hubble/deploy.yml.j2
+
4
−
0
View file @
3b68d636
...
...
@@ -56,9 +56,11 @@ spec:
- mountPath: /etc/hubble-relay
name: config
readOnly: true
{% if cilium_hubble_tls_generate -%}
- mountPath: /var/lib/hubble-relay/tls
name: tls
readOnly: true
{% endif %}
restartPolicy: Always
serviceAccount: hubble-relay
serviceAccountName: hubble-relay
...
...
@@ -74,6 +76,7 @@ spec:
path: /var/run/cilium
type: Directory
name: hubble-sock-dir
{% if cilium_hubble_tls_generate -%}
- projected:
sources:
- secret:
...
...
@@ -93,6 +96,7 @@ spec:
- key: tls.key
path: server.key
name: tls
{% endif %}
---
# Source: cilium/templates/hubble-ui/deployment.yaml
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