Skip to content

Commit

Permalink
Merge pull request #1 from openinfradev/rename-project
Browse files Browse the repository at this point in the history
rename project and repos
  • Loading branch information
bluejayA authored Jul 19, 2021
2 parents bc5f68b + 687a480 commit 6031b86
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 15 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# taco-bootstrap
# decapod-bootstrap
24 changes: 13 additions & 11 deletions argocd-install/values-override.yaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,24 @@
server:
extraArgs:
- --insecure
configEnabled: true
config:
repositories: |
- type: git
url: https://github.com/openinfradev/taco-bootstrap.git
url: https://github.com/openinfradev/decapod-bootstrap.git
- name: argo-helm
type: helm
url: https://argoproj.github.io/argo-helm
additionalApplications:
- name: taco-apps
- name: decapod-apps
namespace: argo
destination:
namespace: argo
server: https://kubernetes.default.svc
project: taco-bootstrap
project: decapod-bootstrap
source:
path: taco-apps
repoURL: https://github.com/openinfradev/taco-bootstrap.git
path: decapod-apps
repoURL: https://github.com/openinfradev/decapod-bootstrap.git
targetRevision: HEAD
directory:
recurse: true
Expand All @@ -25,15 +27,15 @@ server:
automated:
selfHeal: true
prune: true
- name: taco-projects
- name: decapod-projects
namespace: argo
destination:
namespace: argo
server: https://kubernetes.default.svc
project: taco-bootstrap
project: decapod-bootstrap
source:
path: taco-projects
repoURL: https://github.com/openinfradev/taco-bootstrap.git
path: decapod-projects
repoURL: https://github.com/openinfradev/decapod-bootstrap.git
targetRevision: HEAD
directory:
recurse: true
Expand All @@ -43,11 +45,11 @@ server:
selfHeal: true
prune: true
additionalProjects:
- name: taco-bootstrap
- name: decapod-bootstrap
namespace: argo
additionalLabels: {}
additionalAnnotations: {}
description: Project for taco-bootstrap
description: Project for decapod-bootstrap
sourceRepos:
- '*'
destinations:
Expand Down
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions taco-apps/postgres.yaml → decapod-apps/postgres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: postgres
namespace: argo
namespace: decapod-db
spec:
destination:
namespace: argo
namespace: decapod-db
server: https://kubernetes.default.svc
project: decapod-controller
source:
Expand All @@ -14,7 +14,7 @@ spec:
targetRevision: HEAD
syncPolicy:
syncOptions:
- CreateNamespace=false
- CreateNamespace=true
automated:
selfHeal: true
prune: true
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 6031b86

Please sign in to comment.