Skip to content

Commit ee9482a

Browse files
fealebenpaelsierant
authored andcommitted
Add ops_manager_version var to prerelease_kind_code_snippets
1 parent 3510ed2 commit ee9482a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/dev/contexts/prerelease_kind_code_snippets

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
# this context file is for code snippets running on GKE clusters
3+
# this context file is for code snippets running on kind clusters
44
set -Eeou pipefail
55

66
# overrides of public env_variables.sh
@@ -12,5 +12,6 @@ source "${script_dir}/root-context"
1212
export NAMESPACE=mongodb
1313
export CODE_SNIPPETS_FLAVOR=e2e_prerelease
1414
export CODE_SNIPPETS_COMMIT_OUTPUT=true
15+
export ops_manager_version="cloud_qa"
1516

1617
export PRERELEASE_IMAGE_PULLSECRET="${PRERELEASE_PULLSECRET_DOCKERCONFIGJSON}"

0 commit comments

Comments
 (0)