Files
helm/applications/values.yaml
2023-10-05 23:48:53 -06:00

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