Skip to content

Commit

Permalink
clair: Fix extra_ca_certs name in projected volume (PROJQUAY-2751) (#584
Browse files Browse the repository at this point in the history
)

- Use configMap instead of secret to ensure extra_ca_certs is always found
  • Loading branch information
jonathankingfc committed Nov 2, 2021
1 parent 8dd4b08 commit 41c8b6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kustomize/components/clair/clair.deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@ spec:
sources:
- secret:
name: quay-config-tls
- secret:
name: extra-ca-certs
- configMap:
name: cluster-service-ca

0 comments on commit 41c8b6e

Please sign in to comment.