barney-s 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_r395311585
########## File path: config/manager/kustomization.yaml ########## @@ -1,2 +1,7 @@ resources: - manager.yaml +apiVersion: kustomize.config.k8s.io/v1beta1 +kind: Kustomization +images: +- name: controller + newName: quay.io/vedantm/airflow-operator Review comment: @kaxil - This would benefit from a recommended docker registry for hosting airflow related docker images. ---------------------------------------------------------------- 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
