Skip to content

Commit

Permalink
Rollback to app of apps
Browse files Browse the repository at this point in the history
  • Loading branch information
nidr0x committed Oct 1, 2024
1 parent 58099cd commit f205607
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 60 deletions.
60 changes: 0 additions & 60 deletions argocd/argocd-applicationset.yaml

This file was deleted.

19 changes: 19 additions & 0 deletions argocd/argocd-apps.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: argocd-apps-yaml
spec:
destination:
namespace: argocd
server: https://kubernetes.default.svc
project: everest
source:
path: argocd/apps/
repoURL: https://github.com/nidr0x/homelab
targetRevision: master
syncPolicy:
syncOptions:
- CreateNamespace=true
automated:
prune: true
selfHeal: true

0 comments on commit f205607

Please sign in to comment.