We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efa8b47 commit 5a37acdCopy full SHA for 5a37acd
tests/uat/install-apps.sh
@@ -14,7 +14,7 @@
14
# limitations under the License.
15
16
17
-set -euo pipefail
+set -euox pipefail
18
19
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
20
source "${SCRIPT_DIR}/common.sh"
@@ -289,7 +289,7 @@ install_nvsentinel() {
289
)
290
elif [[ "$CSP" == "gcp" ]]; then
291
extra_set_args+=(
292
- "--set" "janitor.csp.gcp.projectId=$GCP_PROJECT_ID"
+ "--set" "janitor.csp.gcp.project=$GCP_PROJECT_ID"
293
"--set" "janitor.csp.gcp.zone=$GCP_ZONE"
294
"--set" "janitor.csp.gcp.serviceAccount=$GCP_SERVICE_ACCOUNT"
295
0 commit comments