Skip to content

Commit 43458ba

Browse files
committed
updating cc topics
1 parent 1d49bec commit 43458ba

File tree

6 files changed

+32
-36
lines changed

6 files changed

+32
-36
lines changed

incubator/argo-cd/argo-apps/operator.yaml

Lines changed: 19 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,28 @@
1-
apiVersion: argoproj.io/v1alpha1
2-
kind: Application
1+
---
2+
kind: "Application"
3+
apiVersion: "argoproj.io/v1alpha1"
34
metadata:
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"
611
spec:
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

incubator/argo-cd/environments/base/confluent/control-centre.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ spec:
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
@@ -28,9 +28,7 @@ spec:
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:

incubator/argo-cd/environments/base/confluent/kafka.yaml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff 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:
@@ -89,9 +85,6 @@ spec:
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-

incubator/argo-cd/environments/base/confluent/zookeeper.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,4 @@ spec:
1212
tls:
1313
autoGeneratedCerts: true
1414
authentication:
15-
type: digest
16-
jaasConfig:
17-
secretRef: credential
15+
type: mtls

incubator/argo-cd/environments/dev/kustomization.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@ kind: Kustomization
33
namespace: dev
44
resources:
55
- ../base
6-

incubator/argo-cd/namespace.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
---
22
apiVersion: v1
33
kind: Namespace
4+
metadata:
5+
name: argocd
6+
---
7+
apiVersion: v1
8+
kind: Namespace
49
metadata:
510
name: sandbox
611
---

0 commit comments

Comments
 (0)