Browse Source

cilium: Additional fix the configuration of tls for hubble #9880 (#9932)

pull/9939/head
Anton 2 years ago
committed by GitHub
parent
commit
1bb4f88af1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions
  1. 2
      roles/network_plugin/cilium/templates/hubble/deploy.yml.j2

2
roles/network_plugin/cilium/templates/hubble/deploy.yml.j2

@ -85,8 +85,6 @@ spec:
path: client.crt path: client.crt
- key: tls.key - key: tls.key
path: client.key path: client.key
- key: ca.crt
path: hubble-server-ca.crt
- secret: - secret:
name: hubble-server-certs name: hubble-server-certs
items: items:

Loading…
Cancel
Save