Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

the new "dependencies" tree would allow to nudge some other configuration snippets for other operators such as cert-manager or nmstate, correct? Since that "Provisioning" CR isn't managed within RHOSO directly, I think it makes sense.

@sathlan any thoughts on that?

Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
apiVersion: kustomize.config.k8s.io/v1alpha1
kind: Component
resources:
- provisioning-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
# Baremetal Metal Operator (BMO) configuration

apiVersion: metal3.io/v1alpha1
kind: Provisioning
metadata:
name: provisioning-configuration
spec:
# Configure BMO to watch all namespaces
watchAllNamespaces: true
Loading