Skip to content

Commit

Permalink
fix: update test output (#2547)
Browse files Browse the repository at this point in the history
  • Loading branch information
Przemek Delewski committed Oct 20, 2022
1 parent fb1bc7d commit 6b8672a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/helm/terraform/static/tracing-metrics-disabled.output.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ data:
if [ "${ADMIN_FOLDER_JOB_STATUS}" != "Success" ]; then
echo "Could not fetch data from the \"Admin Recommended\" content folder. The K8s Dashboards won't be installed."
echo "You can still install them manually:"
echo "https://help.sumologic.com/07Sumo-Logic-Apps/10Containers_and_Orchestration/Kubernetes/Install_the_Kubernetes_App%2C_Alerts%2C_and_view_the_Dashboards#install-the-app"
echo "https://help.sumologic.com/docs/integrations/containers-orchestration/kubernetes#installing-the-kubernetes-app"$
exit 1
fi
Expand Down Expand Up @@ -171,7 +171,7 @@ data:
echo "Installation of the K8s Dashboards failed."
echo "You can still install them manually:"
echo "https://help.sumologic.com/07Sumo-Logic-Apps/10Containers_and_Orchestration/Kubernetes/Install_the_Kubernetes_App%2C_Alerts%2C_and_view_the_Dashboards#install-the-app"
echo "https://help.sumologic.com/docs/integrations/containers-orchestration/kubernetes#installing-the-kubernetes-app"$
exit 2
else
load_dashboards_folder_id
Expand Down Expand Up @@ -199,7 +199,7 @@ data:
else
echo "The K8s Dashboards have been already installed."
echo "You can (re)install them manually with:"
echo "https://help.sumologic.com/07Sumo-Logic-Apps/10Containers_and_Orchestration/Kubernetes/Install_the_Kubernetes_App%2C_Alerts%2C_and_view_the_Dashboards#install-the-app"
echo "https://help.sumologic.com/docs/integrations/containers-orchestration/kubernetes#installing-the-kubernetes-app"$
fi
fields.tf: |
resource "sumologic_field" "cluster" {
Expand Down Expand Up @@ -345,7 +345,7 @@ data:
terraform init -input=false || terraform init -input=false -upgrade
# extract environment from SUMOLOGIC_BASE_URL
# see: https://help.sumologic.com/APIs/General-API-Information/Sumo-Logic-Endpoints-by-Deployment-and-Firewall-Security
# see: https://help.sumologic.com/docs/api/getting-started/#sumo-logic-endpoints-by-deployment-and-firewall-security$
SUMOLOGIC_ENV=$( echo "${SUMOLOGIC_BASE_URL}" | sed -E 's/https:\/\/.*(au|ca|de|eu|fed|in|jp|us2)\.sumologic\.com.*/\1/' )
if [[ "${SUMOLOGIC_BASE_URL}" == "${SUMOLOGIC_ENV}" ]] ; then
SUMOLOGIC_ENV="us1"
Expand Down Expand Up @@ -567,7 +567,7 @@ data:
readonly CREATE_FIELDS=0
echo "Couldn't automatically create fields"
echo "You do not have enough field capacity to create the required fields automatically."
echo "Please refer to https://help.sumologic.com/Manage/Fields to manually create the fields after you have removed unused fields to free up capacity."
echo "Please refer to https://help.sumologic.com/docs/manage/fields/ to manually create the fields after you have removed unused fields to free up capacity."$
fi
readonly COLLECTOR_NAME="kubernetes"
Expand Down

0 comments on commit 6b8672a

Please sign in to comment.