Skip to content

Commit

Permalink
fix helm reconciliation
Browse files Browse the repository at this point in the history
  • Loading branch information
ludydoo committed Jul 4, 2024
1 parent f723d2d commit 826c4a6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion dev/env/scripts/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,11 @@ else
log "Skipping installation of Vertical Pod Autoscaler"
fi

apply "${MANIFESTS_DIR}/monitoring"
# skip manifests if openshift cluster using is_openshift_cluster
if ! is_openshift_cluster "$CLUSTER_TYPE"; then
apply "${MANIFESTS_DIR}/monitoring"
fi

apply "${MANIFESTS_DIR}/addons"

if is_local_cluster "$CLUSTER_TYPE"; then
Expand Down

0 comments on commit 826c4a6

Please sign in to comment.