code review comments
This commit is contained in:
		
							parent
							
								
									e8fce0b14d
								
							
						
					
					
						commit
						8bec67beb7
					
				|  | @ -24,9 +24,9 @@ keycloak-%: | ||||||
| 
 | 
 | ||||||
| .PHONY: kubernetes-up | .PHONY: kubernetes-up | ||||||
| kubernetes-up: | kubernetes-up: | ||||||
| 	cd kubernetes && make create-cluster | 	make -C kubernetes create-cluster | ||||||
| 	cd kubernetes && make deploy | 	make -C kubernetes deploy | ||||||
| 
 | 
 | ||||||
| .PHONY: kubernetes-down | .PHONY: kubernetes-down | ||||||
| kubernetes-down: | kubernetes-down: | ||||||
| 	cd kubernetes && make delete-cluster | 	make -C kubernetes delete-cluster | ||||||
|  |  | ||||||
|  | @ -63,4 +63,5 @@ helm-undeploy: | ||||||
| # creates K8S manifest from helm chart
 | # creates K8S manifest from helm chart
 | ||||||
| .PHONY: helm-create-manifest | .PHONY: helm-create-manifest | ||||||
| helm-create-manifest: helm-init | helm-create-manifest: helm-init | ||||||
| 	helm template --namespace default oauth2-proxy-example . > oauth2-proxy-example-full.yaml | 	echo "# WARNING: This file is auto-generated by `make helm-create-manifest`! DO NOT EDIT MANUALLY!" > oauth2-proxy-example-full.yaml | ||||||
|  | 	helm template --namespace default oauth2-proxy-example . >> oauth2-proxy-example-full.yaml | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue