Circle of Trust Certificates
Configure Circle of Trust root certificates in JFrog Helm deployments via Kubernetes secrets.
Create a secret containing the root certificate from the source machine.
The following example creates a secret containing 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 7 days ago
