GoogleCloudPlatform/airflow-operator

Manifest generation doesn't work with Kustomize v2.0+

zx8 opened this issue · 0 comments

zx8 commented

Following the instructions in quickstart.md

$ kustomize version
Version: {KustomizeVersion:v2.0.3 GitCommit:a6f65144121d1955266b0cd836ce954c04122dc8 BuildDate:2019-03-18T22:15:21+00:00 GoOs:darwin GoArch:amd64}

$ make deploy
kustomize build config/default | kubectl apply -f -
Error: rawResources failed to read Resources: Load from path ../rbac/rbac_role.yaml failed: security; file '../rbac/rbac_role.yaml' is not in or below '/Users/zx8/.go/src/github.com/GoogleCloudPlatform/airflow-operator/config/default'

Related issue: kubernetes-sigs/kustomize#766