Skip to content

Commit

Permalink
fix: kubeturbo
Browse files Browse the repository at this point in the history
  • Loading branch information
codekow committed Oct 12, 2023
1 parent 9d0206e commit 0e039e0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions components/configs/turbonomic/operators/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ patches:
path: /spec/targetNamespaces
value:
- turbo
- target:
kind: OperatorGroup
name: kubeturbo-certified-group
patch: |-
- op: replace
path: /metadata/namespace
value: turbo
# kludge: due to operator group not working
# kludge: operator uses env WATCH_NAMESPACE; can't change in csv
- target:
Expand Down

0 comments on commit 0e039e0

Please sign in to comment.