Skip to content

Commit

Permalink
revert repo link
Browse files Browse the repository at this point in the history
  • Loading branch information
langley-2 committed Jan 6, 2022
1 parent dc5adb5 commit 283e6fa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 0-bootstrap/single-cluster/2-services/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 0-bootstrap/single-cluster/3-apps/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion 0-bootstrap/single-cluster/bootstrap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion setup/ocp/otp-gitops-repo-secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 283e6fa

Please sign in to comment.