Add dvirlabs-landing app
This commit is contained in:
parent
5cdb18b6a2
commit
2d545134d1
@ -0,0 +1,21 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: dvirlabs-landing
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: my-apps
|
||||
source:
|
||||
repoURL: https://git.dvirlabs.com/dvirlabs/my-apps.git
|
||||
targetRevision: HEAD
|
||||
path: charts/dvirlabs-landing-chart
|
||||
helm:
|
||||
valueFiles:
|
||||
- ../../manifests/dvirlabs-landing/values.yaml
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: my-apps
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
Loading…
x
Reference in New Issue
Block a user