Skip to content

Commit d7906ba

Browse files
committed
wip
1 parent fe32610 commit d7906ba

File tree

3 files changed

+1
-17
lines changed

3 files changed

+1
-17
lines changed

docs/search/01-search-community-deploy/env_variables_e2e_prerelease.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,3 @@ export PRERELEASE_IMAGE_PULLSECRET="${COMMUNITY_PRIVATE_PREVIEW_PULLSECRET_DOCKE
66
export OPERATOR_ADDITIONAL_HELM_VALUES="registry.imagePullSecrets=prerelease-image-pullsecret"
77
export OPERATOR_HELM_CHART="oci://quay.io/mongodb/staging/mongodb-kubernetes:${PRERELEASE_VERSION}"
88

9-
export OPS_MANAGER_API_URL="${OM_BASE_URL}"
10-
export OPS_MANAGER_API_USER="${OM_USER}"
11-
export OPS_MANAGER_API_KEY="${OM_API_KEY}"
12-
export OPS_MANAGER_ORG_ID="${OM_ORGID}"

docs/search/02-search-enterprise-deploy/code_snippets/02_0060_verify_prerelease_image_pullsecret.sh

Lines changed: 0 additions & 12 deletions
This file was deleted.

scripts/dev/contexts/prerelease_kind_code_snippets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ export NAMESPACE=mongodb
1313
export CODE_SNIPPETS_FLAVOR=e2e_prerelease
1414
export CODE_SNIPPETS_COMMIT_OUTPUT=true
1515

16-
export PRERELEASE_IMAGE_PULLSECRET=""
16+
export PRERELEASE_IMAGE_PULLSECRET="${COMMUNITY_PRIVATE_PREVIEW_PULLSECRET_DOCKERCONFIGJSON}"

0 commit comments

Comments
 (0)