Skip to content

Commit

Permalink
Added disallowed flag to gitops static plugin
Browse files Browse the repository at this point in the history
Signed-off-by: Yi Cai <yicai@redhat.com>
  • Loading branch information
ciiay committed Nov 6, 2023
1 parent bde3ee8 commit 6fbc432
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/packages/gitops-plugin/console-extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
}
},
"flags": {
"required": ["OPENSHIFT_GITOPS"]
"required": ["OPENSHIFT_GITOPS"],
"disallowed": ["GITOPS_DYNAMIC"]
}
}
]

0 comments on commit 6fbc432

Please sign in to comment.