Skip to content

Commit

Permalink
tls: mounting config tls under extra_ca_certs (PROJQUAY-2575)
Browse files Browse the repository at this point in the history
Secret quay-config-tls contains the cluster wildcart certs and must be
mounted also under /conf/stack/extra_ca_certs.
  • Loading branch information
ricardomaraschini committed Sep 23, 2021
1 parent f81d919 commit fd5ea72
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions kustomize/components/mirror/mirror.deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,12 @@ spec:
- secret:
name: quay-config-tls
- name: extra-ca-certs
configMap:
name: cluster-service-ca
projected:
sources:
- configMap:
name: cluster-service-ca
- secret:
name: quay-config-tls
initContainers:
- name: quay-mirror-init
image: quay.io/projectquay/quay@sha256:5660d7174218e1cb21bf6ef406602dbe8c01c878c630a9f310fe3e5560d4c2cd
Expand Down

0 comments on commit fd5ea72

Please sign in to comment.