You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Another thing that concerns me: when the service is deployed manually using username and password, the secret is stored in a ConfigMap. Shouldn't we use a Secret instead?
Hi, during the falcon-self-hosted-registry-assessment deployment, when I'm using an existing secret for the registry, I'm getting an error:
Values
file example:I'm using
kubernetes.io/dockerconfigjson
secret, e.g:If I specify username and password directly in
Values
file if works fine:Another thing that concerns me: when the service is deployed manually using
username
andpassword
, the secret is stored in a ConfigMap. Shouldn't we use a Secret instead?Additional information
Secret created using command:
kubectl create secret docker-registry docker-ib --docker-server="myrepo" --docker-username=myusernanme --docker-password="mypassword"
Chart version:
1.2.0
App version:
1.2.0
The text was updated successfully, but these errors were encountered: