Skip to content

Commit

Permalink
e2e: Rename channel namespace to e2e-gitops
Browse files Browse the repository at this point in the history
Use e2e- prefix so the namespace sorts with other namespaces created by
e2e, and change ramen-samples to gitops to reflect better the purpose of
the namespace.

Signed-off-by: Nir Soffer <[email protected]>
  • Loading branch information
nirs committed Jan 29, 2025
1 parent fa4d0ed commit 6f36587
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion e2e/config.yaml.sample
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Configuration file for RamenDR E2E testing on Regional DR.

# Namespace where the channel CR will be created.
channelnamespace: "ramen-samples"
channelnamespace: "e2e-gitops"

# Git repository URL containing application manifests to be deployed on
# the clusters.
Expand Down
2 changes: 1 addition & 1 deletion e2e/util/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
)

const (
defaultChannelNamespace = "ramen-samples"
defaultChannelNamespace = "e2e-gitops"
defaultGitURL = "https://github.com/RamenDR/ocm-ramen-samples.git"
)

Expand Down

0 comments on commit 6f36587

Please sign in to comment.