Skip to content

Commit

Permalink
Set features.operators.openshift.io/disconnected to True (#570)
Browse files Browse the repository at this point in the history
STF can now be deployed in disconnected mode. This change updates
the features.operators.openshift.io/disconnected annotation to
reflect this.
  • Loading branch information
vkmc authored Jan 29, 2024
1 parent 35476e1 commit f900181
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ metadata:
features.operators.openshift.io/cnf: "false"
features.operators.openshift.io/cni: "false"
features.operators.openshift.io/csi: "false"
features.operators.openshift.io/disconnected: "false"
features.operators.openshift.io/disconnected: "true"
features.operators.openshift.io/fips-compliant: "false"
features.operators.openshift.io/proxy-aware: "false"
features.operators.openshift.io/tls-profiles: "false"
Expand Down

0 comments on commit f900181

Please sign in to comment.