A demo helm chart to deploy a simple web app written in Python
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.
 
 
 
 
 
 
Drew Bednar 29ab885606 working helm chart 3 years ago
app working helm chart 3 years ago
charts/demo-helm working helm chart 3 years ago
.gitignore working helm chart 3 years ago
LICENSE Initial commit 3 years ago
Makefile working helm chart 3 years ago
README.md working helm chart 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>