# Set image pull secret name if using an anchore-engine image from a private registry
# Set image pull secret name if using an anchore-engine image from a private registry
...
@@ -220,7 +220,7 @@ anchoreGlobal:
...
@@ -220,7 +220,7 @@ anchoreGlobal:
metricsAuthDisabled:false
metricsAuthDisabled:false
# Sets the password & email address for the default anchore-engine admin user.
# Sets the password & email address for the default anchore-engine admin user.
defaultAdminPassword:foobar
defaultAdminPassword:
defaultAdminEmail:example@email.com
defaultAdminEmail:example@email.com
saml:
saml:
...
@@ -685,7 +685,7 @@ anchoreEnterpriseGlobal:
...
@@ -685,7 +685,7 @@ anchoreEnterpriseGlobal:
# Create this secret with the following command - kubectl create secret generic anchore-enterprise-license --from-file=license.yaml=<PATH TO LICENSE.YAML>
# Create this secret with the following command - kubectl create secret generic anchore-enterprise-license --from-file=license.yaml=<PATH TO LICENSE.YAML>
# Name of the kubernetes secret containing your dockerhub creds with access to the anchore enterprise images.
# Name of the kubernetes secret containing your dockerhub creds with access to the anchore enterprise images.
# Create this secret with the following command - kubectl create secret docker-registry anchore-dockerhub-creds --docker-server=docker.io --docker-username=<USERNAME> --docker-password=<PASSWORD> --docker-email=<EMAIL_ADDRESS>
# Create this secret with the following command - kubectl create secret docker-registry anchore-dockerhub-creds --docker-server=docker.io --docker-username=<USERNAME> --docker-password=<PASSWORD> --docker-email=<EMAIL_ADDRESS>