Add Circle of Trust Certificates
Create a secret containing the certificate (root certificate from the The source machine). following example shows how to create a secret that contains the root certificate:
Create a secret containing the certificate (root certificate from the source machine).
The following example shows how to create a secret that contains the root certificate:
kubectl create secret generic edge-root-crt --from-file=./edge-root.crt -n <namespace>Update the values.yaml file to pass the secret to the Helm installation.
artifactory:
circleOfTrustCertificatesSecret: edge-root-crtRun the following command to pass the secret to the Helm installation:
helm upgrade --install artifactory --namespace <namespace> jfrog/artifactory -f values.yamlUpdated 5 days ago
