Closed arun-gupta closed 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
https://github.com/hasura/gitkube/pull/61
Add instructions on how Docker secret need to be configured in the k8s cluster: