delete old files
This commit is contained in:
@@ -1,18 +0,0 @@
|
||||
apiVersion: argoproj.io/v1beta2
|
||||
kind: Application
|
||||
metadata:
|
||||
name: kafka-dev
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: default
|
||||
source:
|
||||
repoURL: https://gitea.vhn-demo.duckdns.org/hoang/strimzi.git
|
||||
targetRevision: HEAD
|
||||
path: manifests/kafka
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: kafka
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
@@ -1,27 +0,0 @@
|
||||
apiVersion: argoproj.io/v1beta2
|
||||
kind: Application
|
||||
metadata:
|
||||
name: strimzi-operator
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: default
|
||||
|
||||
source:
|
||||
repoURL: https://strimzi.io/charts/
|
||||
chart: strimzi-kafka-operator
|
||||
targetRevision: 0.39.0
|
||||
helm:
|
||||
releaseName: strimzi
|
||||
values:
|
||||
watchAnyNamespace: true
|
||||
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: strimzi
|
||||
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
Reference in New Issue
Block a user