mirror of
https://github.com/valitydev/clickhouse-sink-connector.git
synced 2024-11-06 10:35:21 +00:00
20 lines
428 B
YAML
20 lines
428 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: strimzi
|
|
namespace: argocd
|
|
spec:
|
|
destination:
|
|
namespace: altinity
|
|
server: https://kubernetes.default.svc
|
|
project: default
|
|
source:
|
|
chart: strimzi-kafka-operator
|
|
repoURL: https://strimzi.io/charts/
|
|
targetRevision: 0.28.0
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|
|
syncOptions:
|
|
- CreateNamespace=true |