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
chore: Added renovate configuration
This commit is contained in:
@ -30,15 +30,13 @@ delete-cluster:
|
||||
kind delete cluster --name oauth2-proxy
|
||||
|
||||
.PHONY: deploy
|
||||
deploy:
|
||||
kubectl apply -f oauth2-proxy-example-full.yaml
|
||||
deploy: helm-deploy
|
||||
kubectl rollout status --timeout 5m deployment/oauth2-proxy-example-oauth2-proxy-sample
|
||||
kubectl rollout status --timeout 1m deployment/oauth2-proxy-example-httpbin
|
||||
kubectl rollout status --timeout 1m deployment/oauth2-proxy-example-hello-world
|
||||
|
||||
.PHONY: undeploy
|
||||
undeploy:
|
||||
kubectl delete -f oauth2-proxy-example-full.yaml
|
||||
undeploy: helm-undeploy
|
||||
|
||||
######################
|
||||
###### HELM CMDs #####
|
||||
@ -59,9 +57,3 @@ helm-deploy: helm-init
|
||||
.PHONY: helm-undeploy
|
||||
helm-undeploy:
|
||||
helm del oauth2-proxy-example
|
||||
|
||||
# creates K8S manifest from helm chart
|
||||
.PHONY: helm-create-manifest
|
||||
helm-create-manifest: helm-init
|
||||
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