Skip to content

Commit e5e7530

Browse files
iranzoFrancisco de Borja Aranda Castillejo
authored andcommitted
fix(hub-config/deploy): Remove obsolete Hive patch
1 parent 8c2d4cb commit e5e7530

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

deploy-hub-configs/deploy.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,6 @@ EOF
158158
oc --kubeconfig=${KUBECONFIG_HUB} apply -f 04-agent-service-config.yml
159159
oc --kubeconfig=${KUBECONFIG_HUB} apply -f 05-pullsecrethub.yml
160160

161-
oc patch hiveconfig hive --type merge -p '{"spec":{"targetNamespace":"hive","logLevel":"debug","featureGates":{"custom":{"enabled":["AlphaAgentInstallStrategy"]},"featureSet":"Custom"}}}'
162-
163161
echo ">>>> Wait for ACM and Assisted services deployed"
164162
echo ">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>"
165163
while [[ $(oc get pod -n open-cluster-management | grep assisted | wc -l) -eq 0 ]]; do

0 commit comments

Comments
 (0)