VedantMahabaleshwarkar commented on a change in pull request #14: fixed role and non-existing-kind URL: https://github.com/apache/airflow-on-k8s-operator/pull/14#discussion_r395694073
########## File path: Dockerfile ########## @@ -21,6 +22,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 GO111MODULE=on go build -a -o manager # Refer to https://github.com/GoogleContainerTools/distroless for more details FROM gcr.io/distroless/static:nonroot WORKDIR / +COPY templates/ templates/ Review comment: I didn't see permission denied anywhere. Before the change the Custom Resource had the error `Missing templates/*, no such file or directory` and adding this line fixed the error. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
