hasura / gitkube

Build and deploy docker images to Kubernetes using git push
Apache License 2.0
3.81k stars 208 forks source link

Add instructions on how Docker secret need to be configured #60

Closed arun-gupta closed 5 years ago

arun-gupta commented 6 years ago

Add instructions on how Docker secret need to be configured in the k8s cluster:

kubectl create secret docker-registry gitkube-secret \
  --docker-server=https://index.docker.io/v1/ \
  --docker-username=arungupta \
  --docker-password=<password> \
--docker-email=help@example.com
tirumaraiselvan commented 6 years ago

https://github.com/hasura/gitkube/pull/61