chore: added argocd app-of-apps
This commit is contained in:
41
applications/values.yaml
Normal file
41
applications/values.yaml
Normal file
@@ -0,0 +1,41 @@
|
||||
# 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: git@git-ssh.ipa.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
|
||||
|
||||
Reference in New Issue
Block a user