File tree Expand file tree Collapse file tree 6 files changed +32
-36
lines changed Expand file tree Collapse file tree 6 files changed +32
-36
lines changed Original file line number Diff line number Diff line change 1- apiVersion : argoproj.io/v1alpha1
2- kind : Application
1+ ---
2+ kind : " Application"
3+ apiVersion : " argoproj.io/v1alpha1"
34metadata :
4- name : cfk-operator
5- namespace : argocd
5+ creationTimestamp : " 2022-02-25T13:02:35Z"
6+ generation : 11
7+ name : " cfk-operator"
8+ namespace : " argocd"
9+ resourceVersion : " 941"
10+ uid : " 88bd170e-eb1f-42da-a834-aca2ec622105"
611spec :
712 destination :
8- name : ' '
9- namespace : argocd
10- server : ' https://kubernetes. default.svc '
13+ namespace : " argocd "
14+ server : " https://kubernetes.default.svc "
15+ project : " default"
1116 source :
12- path : ' '
13- repoURL : ' https://packages.confluent.io/helm'
14- targetRevision : 0.304.17
15- chart : confluent-for-kubernetes
17+ chart : " confluent-for-kubernetes"
1618 helm :
17- valueFiles :
18- - values.yaml
1919 parameters :
20- - name : namespaced
21- value : ' false'
22- project : default
20+ - name : " namespaced"
21+ value : " false"
22+ valueFiles :
23+ - " values.yaml"
24+ repoURL : " https://packages.confluent.io/helm"
25+ targetRevision : " 0.304.17"
2326 syncPolicy :
2427 automated :
2528 prune : true
Original file line number Diff line number Diff line change 1616 dataVolumeCapacity : 10Gi
1717 configOverrides :
1818 server :
19- - control.center.replication.factor =1
20- - control.center.internal.topics.partations =1
21- - control.center. monitoring.interceptor.topic.partitions =1
19+ - confluent.controlcenter.internal.topics.replication =1
20+ - confluent.controlcenter.command.topic.replication =1
21+ - confluent. monitoring.interceptor.topic.replication =1
2222 - confluent.metrics.topic.replication=1
2323 tls :
2424 autoGeneratedCerts : true
2828 kafka :
2929 bootstrapEndpoint : kafka:9071
3030 authentication :
31- type : plain
32- jaasConfig :
33- secretRef : credential
31+ type : mtls
3432 tls :
3533 enabled : true
3634 mds :
Original file line number Diff line number Diff line change @@ -30,17 +30,13 @@ spec:
3030 metricReporter :
3131 enabled : true
3232 authentication :
33- type : plain
34- jaasConfigPassThrough :
35- secretRef : credential
33+ type : mtls
3634 tls :
3735 enabled : true
3836 listeners :
3937 internal :
4038 authentication :
41- type : plain
42- jaasConfigPassThrough :
43- secretRef : credential
39+ type : mtls
4440 tls :
4541 enabled : true
4642 external :
8985 zookeeper :
9086 endpoint : zookeeper:2182
9187 authentication :
92- type : digest
93- jaasConfig :
94- secretRef : credential
88+ type : mtls
9589 tls :
9690 enabled : true
97-
Original file line number Diff line number Diff line change 1212 tls :
1313 autoGeneratedCerts : true
1414 authentication :
15- type : digest
16- jaasConfig :
17- secretRef : credential
15+ type : mtls
Original file line number Diff line number Diff line change @@ -3,4 +3,3 @@ kind: Kustomization
33namespace : dev
44resources :
55 - ../base
6-
Original file line number Diff line number Diff line change 11---
22apiVersion : v1
33kind : Namespace
4+ metadata :
5+ name : argocd
6+ ---
7+ apiVersion : v1
8+ kind : Namespace
49metadata :
510 name : sandbox
611---
You can’t perform that action at this time.
0 commit comments