diff --git a/0-bootstrap/single-cluster/2-services/kustomization.yaml b/0-bootstrap/single-cluster/2-services/kustomization.yaml index 77830ffa..accad98d 100644 --- a/0-bootstrap/single-cluster/2-services/kustomization.yaml +++ b/0-bootstrap/single-cluster/2-services/kustomization.yaml @@ -69,7 +69,7 @@ patches: patch: |- - op: add path: /spec/source/repoURL - value: https://github.com/otp-gitops-2/otp-gitops-services.git + value: https://github.com/rampadc/otp-gitops-services.git - op: add path: /spec/source/targetRevision value: feat-ossm diff --git a/0-bootstrap/single-cluster/3-apps/kustomization.yaml b/0-bootstrap/single-cluster/3-apps/kustomization.yaml index c6c9f36a..8222c176 100644 --- a/0-bootstrap/single-cluster/3-apps/kustomization.yaml +++ b/0-bootstrap/single-cluster/3-apps/kustomization.yaml @@ -54,7 +54,7 @@ patches: patch: |- - op: add path: /spec/source/repoURL - value: https://github.com/otp-gitops-2/otp-gitops-apps.git + value: https://github.com/rampadc/otp-gitops-apps.git - op: add path: /spec/source/targetRevision value: master diff --git a/0-bootstrap/single-cluster/bootstrap.yaml b/0-bootstrap/single-cluster/bootstrap.yaml index 5130ed1e..ac6bbe40 100644 --- a/0-bootstrap/single-cluster/bootstrap.yaml +++ b/0-bootstrap/single-cluster/bootstrap.yaml @@ -10,7 +10,7 @@ spec: project: default source: path: 0-bootstrap/single-cluster - repoURL: https://github.com/otp-gitops-2/otp-gitops.git + repoURL: https://github.com/rampadc/otp-gitops.git targetRevision: master syncPolicy: automated: diff --git a/setup/ocp/otp-gitops-repo-secret.yaml b/setup/ocp/otp-gitops-repo-secret.yaml index 598fd92b..e067037f 100644 --- a/setup/ocp/otp-gitops-repo-secret.yaml +++ b/setup/ocp/otp-gitops-repo-secret.yaml @@ -6,6 +6,6 @@ metadata: labels: argocd.argoproj.io/secret-type: repository stringData: - url: https://github.com/otp-gitops-2/otp-gitops + url: https://github.com/rampadc/otp-gitops password: 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 username: not-used