Skip to content

Commit

Permalink
Fix field name of default operator namespace
Browse files Browse the repository at this point in the history
- = πŸ˜“
⬆️ = 😎

Refs:
 - https://issues.redhat.com/browse/ACM-9896
 - https://issues.redhat.com/browse/ACM-10203

Signed-off-by: Justin Kulikauskas <jkulikau@redhat.com>
  • Loading branch information
JustinKuli authored and openshift-merge-bot[bot] committed Feb 29, 2024
1 parent 66049cc commit 16a0dab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/addon/configpolicy/agent_addon.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ func getValues(cluster *clusterv1.ManagedCluster,

// Set the default namespace for OperatorPolicy for OpenShift 4
if cluster.Labels["openshiftVersion-major"] == "4" {
userValues.OperatorPolicy["default-namespace"] = "openshift-operators"
userValues.OperatorPolicy["defaultNamespace"] = "openshift-operators"
}

annotations := addon.GetAnnotations()
Expand Down

0 comments on commit 16a0dab

Please sign in to comment.