Sebastian Mark
de0fabd0b1
- rename bootstrap files for clarification - remove project and application from argocd-apps values - add new YAML for project configuration - add new YAML for application configuration
25 lines
496 B
YAML
25 lines
496 B
YAML
---
|
|
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: baseline
|
|
namespace: argocd
|
|
spec:
|
|
project: baseline
|
|
source:
|
|
repoURL: 'https://git.smsvc.net/k8s/baseline.git'
|
|
targetRevision: HEAD
|
|
path: manifests/
|
|
directory:
|
|
recurse: true
|
|
destination:
|
|
server: 'https://kubernetes.default.svc'
|
|
namespace: argocd
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|
|
retry:
|
|
backoff:
|
|
duration: 15s
|
|
maxDuration: 30m
|