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.
		
		
		
		
		
			| 
				
					
						
							 | 
			4 years ago | |
|---|---|---|
| app | 4 years ago | |
| charts/demo-helm | 4 years ago | |
| .gitignore | 4 years ago | |
| LICENSE | 4 years ago | |
| Makefile | 4 years ago | |
| README.md | 4 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>