Skip to content

Commit fe7001a

Browse files
committed
chore: set the default value of namespaceRestriction to false
1 parent 6dd3326 commit fe7001a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/cloud/helm/platform/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dynamo-operator:
3232
# -- Namespace access controls for the operator
3333
namespaceRestriction:
3434
# -- Whether to restrict operator to specific namespaces
35-
enabled: true
35+
enabled: false
3636
# -- Target namespace for operator deployment (leave empty for current namespace)
3737
targetNamespace:
3838

0 commit comments

Comments
 (0)