Skip to content

Commit

Permalink
clean up argocd folder
Browse files Browse the repository at this point in the history
  • Loading branch information
SonOfLope committed Jul 17, 2024
1 parent 0c570de commit 08120e6
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 3 deletions.
3 changes: 3 additions & 0 deletions system/argocd/argocd-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ spec:
- repoURL: 'https://github.com/ClubCedille/Plateforme-Cedille.git'
targetRevision: master
ref: values
- repoURL: https://github.com/ai-cfia/howard.git
path: $values/system/argocd/resources
targetRevision: HEAD
syncPolicy:
automated:
selfHeal: true
4 changes: 1 addition & 3 deletions system/argocd/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

resources:
- argocd-app.yaml
- argocd-ingress.yaml
- argocd-updater.yaml
- argocd-app.yaml
File renamed without changes.
File renamed without changes.
6 changes: 6 additions & 0 deletions system/argocd/resources/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

resources:
- argocd-ingress.yaml
- argocd-updater.yaml

0 comments on commit 08120e6

Please sign in to comment.