Skip to content

Commit 5a37acd

Browse files
committed
chore: update chart project value
1 parent efa8b47 commit 5a37acd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/uat/install-apps.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# limitations under the License.
1515

1616

17-
set -euo pipefail
17+
set -euox pipefail
1818

1919
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
2020
source "${SCRIPT_DIR}/common.sh"
@@ -289,7 +289,7 @@ install_nvsentinel() {
289289
)
290290
elif [[ "$CSP" == "gcp" ]]; then
291291
extra_set_args+=(
292-
"--set" "janitor.csp.gcp.projectId=$GCP_PROJECT_ID"
292+
"--set" "janitor.csp.gcp.project=$GCP_PROJECT_ID"
293293
"--set" "janitor.csp.gcp.zone=$GCP_ZONE"
294294
"--set" "janitor.csp.gcp.serviceAccount=$GCP_SERVICE_ACCOUNT"
295295
)

0 commit comments

Comments
 (0)