Skip to content

Commit

Permalink
Fixed operator setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Razz4780 committed Dec 10, 2024
1 parent 3d5a5c4 commit 9d241c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mirrord/operator/src/setup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,7 @@ impl OperatorRole {
let rules = vec![
// Allow the operator to fetch Secrets in the operator's namespace
PolicyRule {
api_groups: Some(vec![MirrordKafkaClientConfig::group(&()).into_owned()]),
api_groups: Some(vec!["".to_owned()]),
resources: Some(vec!["secrets".to_owned()]),
verbs: ["get", "list", "watch"]
.into_iter()
Expand Down

0 comments on commit 9d241c4

Please sign in to comment.