Skip to content

Commit

Permalink
Merge pull request #62 from stakater/gitops-changes
Browse files Browse the repository at this point in the history
Fixes for namespace
  • Loading branch information
AsfaMumtaz authored May 29, 2023
2 parents 13ac345 + c7af72a commit 3df846e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ Lets proceed by adding a tenant to the `apps-gitops-config` repository.
namespace: openshift-gitops
spec:
destination:
namespace: TARGET_NAMESPACE
namespace: TARGET_NAMESPACE_FOR_DEV
server: 'https://kubernetes.default.svc'
project: gabbar
source:
Expand All @@ -232,7 +232,7 @@ Lets proceed by adding a tenant to the `apps-gitops-config` repository.
namespace: openshift-gitops
spec:
destination:
namespace: gabbar-stage
namespace: TARGET_NAMESPACE_FOR_STAGE
server: 'https://kubernetes.default.svc'
project: gabbar
source:
Expand Down

0 comments on commit 3df846e

Please sign in to comment.