75 lines
1.4 KiB
YAML
75 lines
1.4 KiB
YAML
# your override should supply an envName
|
|
envName: null
|
|
envSuffix: null
|
|
|
|
# if set, override all Applications to use this project
|
|
projectOverride: null
|
|
|
|
|
|
default:
|
|
app:
|
|
metadata:
|
|
namespace: argocd
|
|
enableAutoSync: null
|
|
autoSyncPrune: true
|
|
destination:
|
|
namespace: null
|
|
server: null
|
|
project: default
|
|
source:
|
|
chart: null
|
|
repoURL: https://git.endofday.com/goghvideo/helm.git
|
|
targetRevision: HEAD
|
|
|
|
extraSourceFields: |
|
|
helm:
|
|
valueFiles:
|
|
- values.yaml
|
|
|
|
applications:
|
|
notification:
|
|
enableAutoSync: true
|
|
autoSyncPrune: true
|
|
destination:
|
|
namespace: null
|
|
server: null
|
|
project: default
|
|
source:
|
|
path: notification
|
|
repoURL: null
|
|
targetRevision: HEAD
|
|
|
|
conversion-engine:
|
|
enableAutoSync: true
|
|
autoSyncPrune: true
|
|
destination:
|
|
namespace: null
|
|
server: null
|
|
project: default
|
|
source:
|
|
path: conversion-engine
|
|
repoURL: null
|
|
targetRevision: HEAD
|
|
|
|
upload-to-nextcloud:
|
|
enableAutoSync: true
|
|
autoSyncPrune: true
|
|
destination:
|
|
namespace: null
|
|
server: null
|
|
project: default
|
|
source:
|
|
path: upload-to-nextcloud
|
|
repoURL: null
|
|
|
|
storage:
|
|
enableAutoSync: true
|
|
autoSyncPrune: true
|
|
destination:
|
|
namespace: null
|
|
server: null
|
|
project: default
|
|
source:
|
|
path: storage
|
|
repoURL: null
|