Antoine Gatineau
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
4 deletions
-
roles/kubernetes-apps/ingress_controller/cert_manager/templates/cert-manager.yml.j2
|
|
@ -944,11 +944,11 @@ spec: |
|
|
|
- mountPath: /etc/ssl/certs/internal-ca.pem |
|
|
|
name: ca-internal-truststore |
|
|
|
subPath: internal-ca.pem |
|
|
|
volumes: |
|
|
|
- configMap: |
|
|
|
defaultMode: 420 |
|
|
|
name: ca-internal-truststore |
|
|
|
volumes: |
|
|
|
- configMap: |
|
|
|
defaultMode: 420 |
|
|
|
name: ca-internal-truststore |
|
|
|
name: ca-internal-truststore |
|
|
|
{% endif %} |
|
|
|
--- |
|
|
|
# Source: cert-manager/templates/webhook-deployment.yaml |
|
|
|