Kubernetes secrets and Helm Chart installation
Beginning with version 2.8.0
of the Snyk Broker Helm Chart, external secrets are supported.
To enable this functionality, set useExternalSecrets
to true
in values.yaml
or --set externalSecrets=true
.
To obtain a list of required secrets, perform a dry run of a Helm installation. This will not make any changes to your Kubernetes environment, but does require the following:
A list of secrets with their expected names and values will be generated. The following example uses scmType=nexus
:
In this example, four secrets must exist within the same namespace to which the Broker will be installed, each containing one key-value pair. Any values that are shown in <>
characters are indicators to add your own secret data.