Skip to content

Commit

Permalink
[hack] don't specify openshift profile, there is no need anymore (#8188)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmazzitelli authored Feb 24, 2025
1 parent 629c376 commit 4f17d07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/istio/sail/func-sm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ EOMCNI
if [ "${istio_yaml_file}" == "" ]; then
local istio_profile="demo"
if [ "${IS_OPENSHIFT}" == "true" ]; then
istio_profile="openshift"
istio_profile="demo" # no need to specify openshift here - the operator will detect we are openshift and apply the openshift platform profile for us in addition to the demo profile values
fi

# find out where Tempo is
Expand Down

0 comments on commit 4f17d07

Please sign in to comment.