move app files to seperate folder
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Aaron Riedel 2024-02-14 08:44:39 +01:00
parent 915f28fd9e
commit 2995a571da
Signed by: aaron
GPG key ID: 643004654D40D577
2 changed files with 20 additions and 1 deletions

View file

@ -287,4 +287,23 @@ spec:
- CreateNamespace=true - CreateNamespace=true
automated: automated:
selfHeal: false selfHeal: false
prune: true prune: true
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: core-deployments-self
namespace: argocd
spec:
project: default
source:
repoURL: https://git.ar21.de/yolokube/core-deployments.git
targetRevision: HEAD
path: "app-files"
destination:
server: https://kubernetes.default.svc
namespace: argocd
syncPolicy:
automated:
selfHeal: false
prune: false