mirror of
https://github.com/oauth2-proxy/oauth2-proxy.git
synced 2025-05-31 23:19:50 +02:00
update k8s manifest
This commit is contained in:
parent
8bec67beb7
commit
88a8a70537
@ -63,5 +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
|
||||||
echo "# WARNING: This file is auto-generated by `make helm-create-manifest`! DO NOT EDIT MANUALLY!" > 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
|
helm template --namespace default oauth2-proxy-example . >> oauth2-proxy-example-full.yaml
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
# WARNING: This file is auto-generated by 'make helm-create-manifest'! DO NOT EDIT MANUALLY!
|
||||||
---
|
---
|
||||||
# Source: kubernetes/charts/dex/templates/serviceaccount.yaml
|
# Source: kubernetes/charts/dex/templates/serviceaccount.yaml
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user