Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rename project and repos #1

Merged
merged 3 commits into from
Jul 19, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.