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 3510ed2 commit ee9482aCopy full SHA for ee9482a
scripts/dev/contexts/prerelease_kind_code_snippets
@@ -1,6 +1,6 @@
1
#!/usr/bin/env bash
2
3
-# this context file is for code snippets running on GKE clusters
+# this context file is for code snippets running on kind clusters
4
set -Eeou pipefail
5
6
# overrides of public env_variables.sh
@@ -12,5 +12,6 @@ source "${script_dir}/root-context"
12
export NAMESPACE=mongodb
13
export CODE_SNIPPETS_FLAVOR=e2e_prerelease
14
export CODE_SNIPPETS_COMMIT_OUTPUT=true
15
+export ops_manager_version="cloud_qa"
16
17
export PRERELEASE_IMAGE_PULLSECRET="${PRERELEASE_PULLSECRET_DOCKERCONFIGJSON}"
0 commit comments