open-policy-agent / gatekeeper

🐊 Gatekeeper - Policy Controller for Kubernetes
https://open-policy-agent.github.io/gatekeeper/
Apache License 2.0
3.72k stars 764 forks source link

Add kustomize file for ks remote build from the deploy dir #3660

Closed yashwanth-l closed 1 week ago

yashwanth-l commented 1 month ago

Describe the solution you'd like Add kustomize file for ks remote build from the deploy dir

Anything else you would like to add:

kustomize build . 

The above works when the kustomization.yaml contains as below:

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

resources:
- https://github.com/open-policy-agent/gatekeeper//deploy?timeout=120&ref=v3.17.1

Environment: