Skip to content

Commit

Permalink
Merge pull request #468 from alecmerdler/PROJQUAY-2026
Browse files Browse the repository at this point in the history
kustomize: fix missing TLS cert/key in config editor (PROJQUAY-2026)
  • Loading branch information
alecmerdler authored Jun 4, 2021
2 parents 5db214e + d363a79 commit 24d276f
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions kustomize/base/config.deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,13 @@ spec:
quay-component: quay-config-editor
spec:
volumes:
- name: config-bundle
secret:
secretName: quay-config-secret
- name: config
projected:
sources:
- secret:
name: quay-config-secret
- secret:
name: quay-config-tls
- name: extra-ca-certs
configMap:
name: cluster-service-ca
Expand Down Expand Up @@ -55,7 +59,7 @@ spec:
fieldRef:
fieldPath: metadata.annotations['quay-managed-fieldgroups']
volumeMounts:
- name: config-bundle
- name: config
mountPath: /conf/stack
- name: extra-ca-certs
mountPath: /conf/stack/extra_ca_certs

0 comments on commit 24d276f

Please sign in to comment.