Helm setup
Last updated
Was this helpful?
Last updated
Was this helpful?
The first step is to add the Keyless helm repository to your helm repository list with the following command:
The charts can then be listed:
The list of needed values for each chart can be obtained by using the helm show values command:
The reference values.yaml
are to be saved and configured to the specific installation needs.
Once the configuration is performed it can be applied by issuing:
To allow container images to be pulled from our quay.io repository the creation of a registry secret is needed. This secret will contain the provided credentials in the format specified at the following link:
https://kubernetes.io/docs/concepts/configuration/secret/#docker-config-secrets