Skip to content

Commit

Permalink
enable cvo conditional update when installing HO by default
Browse files Browse the repository at this point in the history
  • Loading branch information
heliubj18 committed Jan 3, 2024
1 parent 60e60f9 commit e952f44
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ bin/hypershift install --hypershift-image="${HYPERSHIFT_RELEASE_LATEST}" \
--external-dns-credentials=${CLUSTER_PROFILE_DIR}/.awscred \
--external-dns-provider=aws \
--external-dns-domain-filter=hypershift-ext.qe.devcluster.openshift.com \
--wait-until-available
--wait-until-available \
--enable-cvo-management-cluster-metrics-access=true \
--enable-uwm-telemetry-remote-write=true

echo "" > ${SHARED_DIR}/.awsprivatecred

0 comments on commit e952f44

Please sign in to comment.