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
Update the values.yaml
file to pass the secret to the Helm installation.
artifactory: circleOfTrustCertificatesSecret: edge-root-crt
Run the following command to pass the secret to the Helm installation:
helm upgrade --install artifactory jfrog/artifactory -f values.yaml