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
kubectl -n flux-system create secret generic regcred \ --from-file=.dockerconfigjson=/.docker/config.json \ --type=kubernetes.io/dockerconfigjson
but no reference to what /.docker/config.json is or an example of it is provided.
The text was updated successfully, but these errors were encountered:
Doc says to run
kubectl -n flux-system create secret generic regcred \ --from-file=.dockerconfigjson=/.docker/config.json \ --type=kubernetes.io/dockerconfigjson
but no reference to what
/.docker/config.json
is or an example of it is provided.The text was updated successfully, but these errors were encountered: