Skip to content

Commit

Permalink
Fix metallb operatorgroup install mode
Browse files Browse the repository at this point in the history
Since 381d089, it looks like the metallb operator now *requires* the
AllNamespaces install mode. From the packagemanifest:

      installModes:
      - supported: false
        type: OwnNamespace
      - supported: false
        type: SingleNamespace
      - supported: false
        type: MultiNamespace
      - supported: true
        type: AllNamespaces

x-branch: fix/metallb-install-mode
  • Loading branch information
larsks committed Nov 7, 2023
1 parent 4800967 commit 26d46f9
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@ apiVersion: operators.coreos.com/v1
kind: OperatorGroup
metadata:
name: metallb-system
spec:
targetNamespaces:
- metallb-system
spec: {}

0 comments on commit 26d46f9

Please sign in to comment.