Add airflow
This commit is contained in:
parent
4e7c81af8c
commit
d383b85ca4
@ -1,7 +1,7 @@
|
|||||||
apiVersion: argoproj.io/v1alpha1
|
apiVersion: argoproj.io/v1alpha1
|
||||||
kind: Application
|
kind: Application
|
||||||
metadata:
|
metadata:
|
||||||
name: air-flow
|
name: airflow
|
||||||
namespace: argocd
|
namespace: argocd
|
||||||
labels:
|
labels:
|
||||||
env: dev-tools
|
env: dev-tools
|
||||||
@ -10,10 +10,10 @@ spec:
|
|||||||
source:
|
source:
|
||||||
repoURL: ssh://git@gitea-ssh.dev-tools.svc.cluster.local:2222/dvirlabs/dev-tools.git
|
repoURL: ssh://git@gitea-ssh.dev-tools.svc.cluster.local:2222/dvirlabs/dev-tools.git
|
||||||
targetRevision: HEAD
|
targetRevision: HEAD
|
||||||
path: charts/air-flow
|
path: charts/airflow
|
||||||
helm:
|
helm:
|
||||||
valueFiles:
|
valueFiles:
|
||||||
- ../../manifests/air-flow/values.yaml
|
- ../../manifests/airflow/values.yaml
|
||||||
destination:
|
destination:
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
namespace: dev-tools
|
namespace: dev-tools
|
||||||
Loading…
x
Reference in New Issue
Block a user