Skip to content
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
41 changes: 19 additions & 22 deletions clusters/platform/bootstrap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,14 @@ metadata:
spec:
project: default
source:
repoURL: https://github.com/GilmanLab/platform.git
targetRevision: e9a2ed85255af83f8435c35b0086fe6a42f5aebe
path: bootstrap/cilium
directory:
recurse: false
include: "*.yaml"
repoURL: ghcr.io/gilmanlab/platform/bootstrap
chart: cilium
targetRevision: 1.2.0
helm:
releaseName: cilium
destination:
server: https://kubernetes.default.svc
namespace: argocd
namespace: kube-system
syncPolicy:
automated:
prune: true
Expand All @@ -33,12 +32,11 @@ metadata:
spec:
project: default
source:
repoURL: https://github.com/GilmanLab/platform.git
targetRevision: e9a2ed85255af83f8435c35b0086fe6a42f5aebe
path: bootstrap/argocd
directory:
recurse: false
include: "*.yaml"
repoURL: ghcr.io/gilmanlab/platform/bootstrap
chart: argocd
targetRevision: 1.1.0
helm:
releaseName: argocd
destination:
server: https://kubernetes.default.svc
namespace: argocd
Expand All @@ -47,7 +45,7 @@ spec:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=false
- CreateNamespace=true
- ServerSideApply=true
---
apiVersion: argoproj.io/v1alpha1
Expand All @@ -58,19 +56,18 @@ metadata:
spec:
project: default
source:
repoURL: https://github.com/GilmanLab/platform.git
targetRevision: e9a2ed85255af83f8435c35b0086fe6a42f5aebe
path: bootstrap/kro
directory:
recurse: false
include: "*.yaml"
repoURL: ghcr.io/gilmanlab/platform/bootstrap
chart: kro
targetRevision: 1.1.0
helm:
releaseName: kro
destination:
server: https://kubernetes.default.svc
namespace: argocd
namespace: kro-system
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=false
- CreateNamespace=true
- ServerSideApply=true
24 changes: 24 additions & 0 deletions platform/argocd/bootstrap.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: platform-bootstrap-root
namespace: argocd
spec:
project: default
source:
repoURL: https://github.com/GilmanLab/gitops.git
targetRevision: master
path: clusters/platform
directory:
recurse: false
include: bootstrap.yaml
destination:
server: https://kubernetes.default.svc
namespace: argocd
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=false
- ServerSideApply=true