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:
|
source:
|
||||||
repoURL: 'https://git.dvirlabs.com/dvirlabs/mail-services.git'
|
repoURL: 'https://git.dvirlabs.com/dvirlabs/mail-services.git'
|
||||||
targetRevision: HEAD
|
targetRevision: HEAD
|
||||||
path: deploy/mailu
|
path: charts/mailu
|
||||||
directory:
|
|
||||||
recurse: true
|
|
||||||
helm:
|
helm:
|
||||||
valueFiles:
|
valueFiles:
|
||||||
- ../../manifests/values.yaml
|
- ../../manifests/mailu/values.yaml
|
||||||
destination:
|
destination:
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
namespace: mail-services
|
namespace: mail-services
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user