Skip to content

Commit

Permalink
Change CA mount path.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtudelag committed Feb 7, 2024
1 parent 902168a commit 9160b5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions base/openshift-gitops-instance-avp/manifests/argocd-avp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ spec:
readOnlyRootFilesystem: true
volumeMounts:
# https://access.redhat.com/solutions/7000863
- mountPath: /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem
- mountPath: /etc/pki/tls/certs/ca-bundle.crt
subPath: ca-bundle.crt
name: user-ca-bundle
- mountPath: /var/run/argocd
Expand All @@ -80,7 +80,7 @@ spec:
readOnlyRootFilesystem: true
volumeMounts:
# https://access.redhat.com/solutions/7000863
- mountPath: /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem
- mountPath: /etc/pki/tls/certs/ca-bundle.crt
subPath: ca-bundle.crt
name: user-ca-bundle
- mountPath: /var/run/argocd
Expand All @@ -104,7 +104,7 @@ spec:
readOnlyRootFilesystem: true
volumeMounts:
# https://access.redhat.com/solutions/7000863
- mountPath: /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem
- mountPath: /etc/pki/tls/certs/ca-bundle.crt
subPath: ca-bundle.crt
name: user-ca-bundle
- mountPath: /var/run/argocd
Expand Down

0 comments on commit 9160b5f

Please sign in to comment.