fix bad indentation (#8314)

pull/8354/head
Antoine Gatineau 2021-12-17 16:36:29 +01:00 committed by GitHub
parent aa9ad1ed60
commit 6aafb9b2d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -944,11 +944,11 @@ spec:
- mountPath: /etc/ssl/certs/internal-ca.pem - mountPath: /etc/ssl/certs/internal-ca.pem
name: ca-internal-truststore name: ca-internal-truststore
subPath: internal-ca.pem subPath: internal-ca.pem
volumes: volumes:
- configMap: - configMap:
defaultMode: 420 defaultMode: 420
name: ca-internal-truststore
name: ca-internal-truststore name: ca-internal-truststore
name: ca-internal-truststore
{% endif %} {% endif %}
--- ---
# Source: cert-manager/templates/webhook-deployment.yaml # Source: cert-manager/templates/webhook-deployment.yaml