Closed yashwanth-l closed 1 week ago
Describe the solution you'd like Add kustomize file for ks remote build from the deploy dir
deploy
Anything else you would like to add:
kustomize build .
The above works when the kustomization.yaml contains as below:
kustomization.yaml
apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - https://github.com/open-policy-agent/gatekeeper//deploy?timeout=120&ref=v3.17.1
Environment:
kubectl version
Describe the solution you'd like Add kustomize file for ks remote build from the
deploy
dirAnything else you would like to add:
The above works when the
kustomization.yaml
contains as below:Environment:
kubectl version
):