Skip to content

Commit

Permalink
fix(hub-config/deploy): Remove obsolete Hive patch
Browse files Browse the repository at this point in the history
  • Loading branch information
iranzo authored and Francisco de Borja Aranda Castillejo committed Jun 15, 2022
1 parent 8c2d4cb commit e5e7530
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions deploy-hub-configs/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,6 @@ EOF
oc --kubeconfig=${KUBECONFIG_HUB} apply -f 04-agent-service-config.yml
oc --kubeconfig=${KUBECONFIG_HUB} apply -f 05-pullsecrethub.yml

oc patch hiveconfig hive --type merge -p '{"spec":{"targetNamespace":"hive","logLevel":"debug","featureGates":{"custom":{"enabled":["AlphaAgentInstallStrategy"]},"featureSet":"Custom"}}}'

echo ">>>> Wait for ACM and Assisted services deployed"
echo ">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>"
while [[ $(oc get pod -n open-cluster-management | grep assisted | wc -l) -eq 0 ]]; do
Expand Down

0 comments on commit e5e7530

Please sign in to comment.