diff --git a/application set/cluster-generator-all.yaml b/application set/cluster-generator-all.yaml index 64b18ea..b1ed784 100644 --- a/application set/cluster-generator-all.yaml +++ b/application set/cluster-generator-all.yaml @@ -13,7 +13,7 @@ spec: spec: project: default source: - repoURL: https://github.com/mabusaa/argocd-example-apps.git + repoURL: https://github.com/sakshirathoree/argocd-example-apps.git targetRevision: master path: guestbook destination: diff --git a/application set/cluster-generator-matching-labels.yaml b/application set/cluster-generator-matching-labels.yaml index 1e0cfea..4926b97 100644 --- a/application set/cluster-generator-matching-labels.yaml +++ b/application set/cluster-generator-matching-labels.yaml @@ -17,7 +17,7 @@ spec: spec: project: default source: - repoURL: https://github.com/mabusaa/argocd-example-apps.git + repoURL: https://github.com/sakshirathoree/argocd-example-apps.git targetRevision: master path: guestbook destination: diff --git a/application set/git-directory-generator.yaml b/application set/git-directory-generator.yaml index 367455d..dd8e0c5 100644 --- a/application set/git-directory-generator.yaml +++ b/application set/git-directory-generator.yaml @@ -6,7 +6,7 @@ metadata: spec: generators: - git: - repoURL: https://github.com/mabusaa/argocd-example-apps.git + repoURL: https://github.com/sakshirathoree/argocd-example-apps.git revision: master directories: - path: helmcharts/security-policy-charts/* @@ -17,7 +17,7 @@ spec: spec: project: default source: - repoURL: https://github.com/mabusaa/argocd-example-apps.git + repoURL: https://github.com/sakshirathoree/argocd-example-apps.git targetRevision: master path: '{{path}}' destination: diff --git a/application set/list-generator.yaml b/application set/list-generator.yaml index b7eeb4f..3c6884a 100644 --- a/application set/list-generator.yaml +++ b/application set/list-generator.yaml @@ -18,7 +18,7 @@ spec: spec: project: default source: - repoURL: https://github.com/mabusaa/argocd-example-apps.git + repoURL: https://github.com/sakshirathoree/argocd-example-apps.git targetRevision: master path: guestbook destination: diff --git a/application set/matrix-generator.yaml b/application set/matrix-generator.yaml index 137f4eb..b1ea7f8 100644 --- a/application set/matrix-generator.yaml +++ b/application set/matrix-generator.yaml @@ -8,7 +8,7 @@ spec: - matrix: generators: - git: - repoURL: https://github.com/mabusaa/argocd-example-apps.git + repoURL: https://github.com/sakshirathoree/argocd-example-apps.git revision: master directories: - path: helmcharts/security-policy-charts/* @@ -23,7 +23,7 @@ spec: spec: project: default source: - repoURL: https://github.com/mabusaa/argocd-example-apps.git + repoURL: https://github.com/sakshirathoree/argocd-example-apps.git targetRevision: master path: '{{path}}' destination: diff --git a/application set/pull-request-generator.yaml b/application set/pull-request-generator.yaml index 673f00d..8d2b6fc 100644 --- a/application set/pull-request-generator.yaml +++ b/application set/pull-request-generator.yaml @@ -8,7 +8,7 @@ spec: - pullRequest: github: # The GitHub organization or user. - owner: mabusaa + owner: sakshirathoree # The Github repository repo: argocd-course-webapp # Labels is used to filter the PRs that you want to target. (optional) @@ -21,13 +21,13 @@ spec: namespace: argocd spec: source: - repoURL: 'https://github.com/mabusaa/argocd-course-webapp.git' + repoURL: 'https://github.com/sakshirathoree/argocd-course-webapp.git' targetRevision: '{{head_sha}}' path: helm/webapp project: "default" destination: - server: https://kubernetes.default.svc + server: https://AB4CABC42894FD7A6E3EF4E8C721DF85.gr7.us-east-1.eks.amazonaws.com namespace: webapp-{{branch}}-{{number}} syncPolicy: syncOptions: - - CreateNamespace=true \ No newline at end of file + - CreateNamespace=true