You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29ab885606 | 3 years ago | |
---|---|---|
app | 3 years ago | |
charts/demo-helm | 3 years ago | |
.gitignore | 3 years ago | |
LICENSE | 3 years ago | |
Makefile | 3 years ago | |
README.md | 3 years ago |
README.md
demo-helm
A demo helm chart to deploy a simple web app written in Python
Setting registry pull secrets
From: The k8s docs
kubectl create secret docker-registry regcred \
--docker-server=<your-registry-server> \
--docker-username=<your-name> \
--docker-password=<your-pword> \
--docker-email=<your-email>