Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Metallb fix #10135

Closed
wants to merge 11 commits into from
6 changes: 6 additions & 0 deletions roles/kubernetes-apps/metallb/templates/metallb.yml.j2
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
apiVersion: v1
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've added the namespace creation at the top of this manifest.. could not see it being created in any other task

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As a mega nit could you add the document delimiter --- at the beginning of the file?

kind: Namespace
metadata:
name: metallb-system
labels:
app: metallb
---
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
Expand Down