From 0e315dc5fcbc992d9844b2db2aec9fd05e3ae2ce Mon Sep 17 00:00:00 2001 From: bunkerity Date: Fri, 29 Jul 2022 15:07:53 +0200 Subject: [PATCH] tests - edit prestashopHost value --- examples/prestashop/prestashop-chart-values.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/prestashop/prestashop-chart-values.yml b/examples/prestashop/prestashop-chart-values.yml index 34ae958c5..020274edf 100644 --- a/examples/prestashop/prestashop-chart-values.yml +++ b/examples/prestashop/prestashop-chart-values.yml @@ -1,4 +1,4 @@ -prestashopHost: "https://www.example.com" +prestashopHost: "www.example.com" prestashopUsername: "user@example.com" prestashopPassword: "changeme42" prestashopEmail: "user@example.com" @@ -7,4 +7,4 @@ prestashopLastName: "User" prestashopCountry: "us" prestashopLanguage: "en" service: - type: ClusterIP + type: ClusterIP \ No newline at end of file