Azure / k8s-create-secret

GitHub Action to create Kubernetes cluster secrets
MIT License
35 stars 31 forks source link

Correct secret type for Docker config #43

Closed richardsimko closed 2 years ago

richardsimko commented 2 years ago

The suggested secret type does not work as a pull secret. Change to a type documented in the k8s docs: https://kubernetes.io/docs/concepts/configuration/secret/#docker-config-secrets

davidgamero commented 2 years ago

thank you for improving the doc!