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_r395314833
########## File path: config/rbac/role.yaml ########## @@ -6,7 +6,9 @@ metadata: creationTimestamp: null name: manager-role rules: -- resources: +- apiGroups: + - "" Review comment: This fixes things for Openshift clusters. Kubernetes allows an empty apiGroups field but Openshift does not. Figured that adding it wouldn't hurt because everything will work on Kubernetes just the same even after the change. ---------------------------------------------------------------- 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
