You've already forked oauth2-proxy
mirror of
https://github.com/oauth2-proxy/oauth2-proxy.git
synced 2025-08-08 22:46:33 +02:00
code review comments
This commit is contained in:
@ -63,4 +63,5 @@ helm-undeploy:
|
||||
# creates K8S manifest from helm chart
|
||||
.PHONY: helm-create-manifest
|
||||
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
|
||||
|
Reference in New Issue
Block a user