Skip to content

Commit

Permalink
chore: RHACM 2.9 updates
Browse files Browse the repository at this point in the history
Signed-off-by: Denilson Nastacio <[email protected]>
  • Loading branch information
nastacio committed Nov 30, 2023
1 parent 88e5266 commit 1717eb7
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 11 deletions.
2 changes: 1 addition & 1 deletion config/argocd/templates/0200-argocd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ spec:
if obj.status.phase ~= nil then
if obj.status.phase == "Running" then
hs.status = "Healthy"
elseif obj.status.phase == "Installing" then
elseif obj.status.phase == "Installing" or obj.status.phase == "Pending" then
hs.status = "Progressing"
else
hs.status = "Degraded"
Expand Down
7 changes: 0 additions & 7 deletions config/rhacm/seeds/templates/0150-multi-cluster-hub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,4 @@ metadata:
spec:
availabilityConfig: High
ingress:
sslCiphers:
- ECDHE-ECDSA-AES256-GCM-SHA384
- ECDHE-RSA-AES256-GCM-SHA384
- ECDHE-ECDSA-CHACHA20-POLY1305
- ECDHE-RSA-CHACHA20-POLY1305
- ECDHE-ECDSA-AES128-GCM-SHA256
- ECDHE-RSA-AES128-GCM-SHA256
separateCertificateManagement: false
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ spec:
tolerations:
- key: cluster.open-cluster-management.io/unreachable
operator: Exists
- key: cluster.open-cluster-management.io/unavailable
operator: Exists
predicates:
- requiredClusterSelector:
labelSelector:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
set -eo pipefail
set -x
oc patch mce multiclusterengine --type=merge -p "{\"spec\":{\"overrides\":{\"components\":[{\"name\":\"hypershift-preview\",\"enabled\": ${HYPERSHIFT_PREVIEW}}]}}}"
oc patch mce multiclusterengine --type=merge -p "{\"spec\":{\"overrides\":{\"components\":[{\"name\":\"hypershift\",\"enabled\": ${HYPERSHIFT_PREVIEW}},{\"name\":\"hypershift-local-hosting\",\"enabled\": ${HYPERSHIFT_PREVIEW}}]}}}"
restartPolicy: Never
serviceAccountName: {{.Values.serviceaccount.argocd_application_controller}}
Expand Down

0 comments on commit 1717eb7

Please sign in to comment.