Fix structure
This commit is contained in:
parent
4c40dcfb47
commit
291480a3da
20
argocd-apps/mailu-certificates.yaml
Normal file
20
argocd-apps/mailu-certificates.yaml
Normal file
@ -0,0 +1,20 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: mailu-certificates
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: mail-services
|
||||
source:
|
||||
repoURL: 'https://git.dvirlabs.com/dvirlabs/mail-services.git'
|
||||
targetRevision: HEAD
|
||||
path: manifests/mailu
|
||||
directory:
|
||||
recurse: true
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: mail-services
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
@ -8,12 +8,10 @@ spec:
|
||||
source:
|
||||
repoURL: 'https://git.dvirlabs.com/dvirlabs/mail-services.git'
|
||||
targetRevision: HEAD
|
||||
path: deploy/mailu
|
||||
directory:
|
||||
recurse: true
|
||||
path: charts/mailu
|
||||
helm:
|
||||
valueFiles:
|
||||
- ../../manifests/values.yaml
|
||||
- ../../manifests/mailu/values.yaml
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: mail-services
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user