42 lines
789 B
YAML
42 lines
789 B
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: charts/notification
|
|
repoURL: null
|
|
targetRevision: HEAD
|
|
|