Skip to content

Commit 9ce69d1

Browse files
authored
Update hardcoded repo paths (#42)
# Summary Fix two occurrences of hardcoded paths pointing to the MEKO repository to correctly resolve the new repository name. ## Proof of Work Trivial PR. ## Checklist - [ ] Have you linked a jira ticket and/or is the ticket in the title? - [ ] Have you checked whether your jira ticket required DOCSP changes? - [ ] Have you checked for release_note changes? ## Reminder (Please remove this when merging) - Please try to Approve or Reject Changes the PR, keep PRs in review as short as possible - Our Short Guide for PRs: [Link](https://docs.google.com/document/d/1T93KUtdvONq43vfTfUt8l92uo4e4SEEvFbIEKOxGr44/edit?tab=t.0) - Remember the following Communication Standards - use comment prefixes for clarity: * **blocking**: Must be addressed before approval. * **follow-up**: Can be addressed in a later PR or ticket. * **q**: Clarifying question. * **nit**: Non-blocking suggestions. * **note**: Side-note, non-actionable. Example: Praise * --> no prefix is considered a question
1 parent d3b59e6 commit 9ce69d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

controllers/operator/appdbreplicaset_controller_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ func init() {
5454

5555
// getReleaseJsonPath searches for a specified target directory by traversing the directory tree backwards from the current working directory
5656
func getReleaseJsonPath() (string, error) {
57-
repositoryRootDirName := "ops-manager-kubernetes"
57+
repositoryRootDirName := "mongodb-kubernetes"
5858
releaseFileName := "release.json"
5959

6060
currentDir, err := os.Getwd()

scripts/dev/update_docs_snippets.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
set -eou pipefail
1414

15-
MEKO_DIR=${MEKO_DIR:-"ops-manager-kubernetes"}
15+
MEKO_DIR=${MEKO_DIR:-"mongodb-kubernetes"}
1616
MEKO_BRANCH=${MEKO_BRANCH:-"om-mc-gke"}
1717
DOCS_DIR=${DOCS_DIR:-"docs-k8s-operator"}
1818
DOCS_BRANCH=${DOCS_BRANCH:-"master"}

0 commit comments

Comments
 (0)