Skip to content

Commit

Permalink
Merge pull request #13307 from ciiay/gitops-3575-add-static-plugin-flag
Browse files Browse the repository at this point in the history
GITOPS-3575: Added disallowed flag to gitops static plugin
  • Loading branch information
openshift-merge-bot[bot] committed Nov 22, 2023
2 parents 9c449fc + 6fbc432 commit 224da7e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/packages/gitops-plugin/console-extensions.json
Expand Up @@ -14,7 +14,8 @@
}
},
"flags": {
"required": ["OPENSHIFT_GITOPS"]
"required": ["OPENSHIFT_GITOPS"],
"disallowed": ["GITOPS_DYNAMIC"]
}
}
]

0 comments on commit 224da7e

Please sign in to comment.