Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
f65b55f
Update Kafka .spec.configuration API changes
obaydullahmhs Jan 17, 2026
c1fe460
confsecret to configuration
Bonusree Jan 19, 2026
f670872
config
Bonusree Jan 20, 2026
a70f031
Merge branch 'master' into reconfig
obaydullahmhs Jan 20, 2026
ec287ca
add conf and delete back file
Bonusree Jan 20, 2026
591dfb5
configuration
Bonusree Jan 20, 2026
7543999
proxysql initconfig
Bonusree Jan 21, 2026
a1d901c
pgpool initconfig
Bonusree Jan 21, 2026
0351ec2
in opsrequest added configSecret
Bonusree Jan 21, 2026
c1d1b16
mongo configSecret readded
Bonusree Jan 21, 2026
7dbf101
pgbouncer
Bonusree Jan 21, 2026
91cbea7
cassandra and druid
Bonusree Jan 21, 2026
58c93df
ci error
Bonusree Jan 21, 2026
594be5e
workflow url changed
Bonusree Jan 21, 2026
6182c80
postgres, singlestore,proxy
Bonusree Jan 21, 2026
f1e9e03
pgpool
Bonusree Jan 21, 2026
739e206
test fixes
souravbiswassanto Jan 22, 2026
1ada706
fix issues
souravbiswassanto Jan 22, 2026
ced2d8f
second fix
souravbiswassanto Jan 22, 2026
a63d93f
pgpool fix
Bonusree Jan 22, 2026
1b2dc0d
deleted kafka link from workfile
Bonusree Jan 22, 2026
eca928a
Update mssql lintks
Neaj-Morshad-101 Jan 22, 2026
4edba2d
update link
souravbiswassanto Jan 22, 2026
6a0e096
restart added and resolve some review
Bonusree Jan 22, 2026
2b08432
added description
Bonusree Jan 22, 2026
b8635f8
review correction
Bonusree Jan 22, 2026
c0dcb52
review solve
Bonusree Jan 23, 2026
ae89e6a
error fix
Bonusree Jan 23, 2026
d3ae7c8
Update postgres
souravbiswassanto Jan 27, 2026
15b5594
config description
Bonusree Jan 28, 2026
e31f76e
inline added
Bonusree Jan 28, 2026
bff0461
mariadb link removed
Bonusree Jan 28, 2026
237cab6
fixed
Bonusree Jan 29, 2026
417244e
review
Bonusree Jan 30, 2026
8fa2fb7
redis to proxy, create secret in config file
Bonusree Feb 2, 2026
ec7a932
last review
Bonusree Feb 5, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
kubectl create -f https://github.com/kubernetes-csi/external-snapshotter/raw/master/client/config/crd/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
kubectl create -f https://github.com/kubestash/installer/raw/master/crds/kubestash-crds.yaml
kubectl create -f https://github.com/appscode-cloud/catalog/raw/master/crds/catalog.appscode.com_mongodbbindings.yaml
kubectl create -f https://github.com/voyagermesh/installer/raw/master/charts/voyager-gateway/crds/generated/gateway.envoyproxy.io_envoyproxies.yaml
kubectl create -f https://github.com/envoyproxy/gateway/raw/main/charts/gateway-helm/crds/generated/gateway.envoyproxy.io_envoyproxies.yaml
kubectl create -f https://github.com/voyagermesh/installer/raw/master/charts/gateway-api/crds/gateway.networking.k8s.io_gatewayclasses.yaml
kubectl create -f https://github.com/fluxcd/helm-controller/raw/main/config/crd/bases/helm.toolkit.fluxcd.io_helmreleases.yaml
kubectl create -f https://github.com/fluxcd/source-controller/raw/main/config/crd/bases/source.toolkit.fluxcd.io_helmrepositories.yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ metadata:
namespace: demo
spec:
version: 5.0.3
configSecret:
name: cas-configuration
configuration:
secretName: cas-configuration
topology:
rack:
- name: r0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ metadata:
namespace: demo
spec:
version: 5.0.3
configuration:
topology:
rack:
- name: r0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ metadata:
namespace: demo
spec:
version: 5.0.3
configuration:
topology:
rack:
- name: r0
Expand Down
4 changes: 2 additions & 2 deletions docs/examples/cassandra/reconfigure/cassandra-topology.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ metadata:
namespace: demo
spec:
version: 5.0.3
configSecret:
name: cas-topology-custom-config
topology:
rack:
- name: r0
Expand All @@ -29,4 +27,6 @@ spec:
requests:
storage: 1Gi
storageType: Durable
configuration:
secretName: cas-topology-custom-config
deletionPolicy: WipeOut
4 changes: 2 additions & 2 deletions docs/examples/cassandra/restart/cassandra.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ metadata:
namespace: demo
spec:
version: 5.0.3
configSecret:
name: cas-configuration
configuration:
secretName: cas-configuration
topology:
rack:
- name: r0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ metadata:
namespace: demo
spec:
version: 24.4.1
configSecret:
name: ch-configuration
configuration:
secretName: ch-configuration
clusterTopology:
clickHouseKeeper:
externallyManaged: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ metadata:
namespace: demo
spec:
version: 24.4.1
configSecret:
name: clickhouse-configuration
configuration:
secretName: clickhouse-configuration
replicas: 1
storage:
accessModes:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ spec:
configuration:
configSecret:
name: new-ch-custom-config
restart: auto
timeout: 10m
apply: IfReady
4 changes: 2 additions & 2 deletions docs/examples/clickhouse/reconfigure/clickhouse-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ metadata:
namespace: demo
spec:
version: 24.4.1
configSecret:
name: ch-custom-config
configuration:
secretName: ch-custom-config
clusterTopology:
clickHouseKeeper:
externallyManaged: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ metadata:
namespace: demo
spec:
version: 24.4.1
configSecret:
name: ch-custom-config
configuration:
secretName: ch-custom-config
replicas: 1
storage:
accessModes:
Expand Down
4 changes: 2 additions & 2 deletions docs/examples/druid/quickstart/druid-quickstart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ spec:
version: 28.0.1
deepStorage:
type: s3
configSecret:
name: deep-storage-config
configuration:
secretName: deep-storage-config
topology:
routers:
replicas: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ metadata:
namespace: demo
spec:
version: xpack-8.11.1
configSecret:
name: es-custom-config
configuration:
secretName: es-custom-config
topology:
master:
suffix: master
Expand Down
4 changes: 2 additions & 2 deletions docs/examples/elasticsearch/custom-config/es-custom.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ metadata:
spec:
version: xpack-8.11.1
replicas: 2
configSecret:
name: es-custom-config
configuration:
secretName: es-custom-config
storage:
storageClassName: "standard"
accessModes:
Expand Down
4 changes: 2 additions & 2 deletions docs/examples/elasticsearch/es-overview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ spec:
labels:
app: kubedb
interval: 10s
configSecret:
name: es-custom-config
configuration:
secretName: es-custom-config
podTemplate:
metadata:
annotations:
Expand Down
4 changes: 2 additions & 2 deletions docs/examples/elasticsearch/kibana/es-kibana-demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ spec:
authSecret:
kind: Secret
name: es-auth
configSecret:
name: es-custom-config
configuration:
secretName: es-custom-config
storage:
storageClassName: "standard"
accessModes:
Expand Down
4 changes: 2 additions & 2 deletions docs/examples/elasticsearch/x-pack/es-mon-demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ spec:
authSecret:
kind: Secret
name: es-auth
configSecret:
name: es-custom-config
configuration:
secretName: es-custom-config
storage:
storageClassName: "standard"
accessModes:
Expand Down
4 changes: 2 additions & 2 deletions docs/examples/hazelcast/configuration/hazelcast-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ spec:
version: 5.5.2
licenseSecret:
name: hz-license-key
configSecret:
name: hz
configuration:
secretName: hz
storage:
accessModes:
- ReadWriteOnce
Expand Down
4 changes: 2 additions & 2 deletions docs/examples/ignite/custom-config/custom-ignite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ metadata:
spec:
replicas: 3
version: 2.17.0
configSecret:
name: ignite-configuration
configuration:
secretName: ignite-configuration
storage:
storageClassName: "standard"
accessModes:
Expand Down
4 changes: 2 additions & 2 deletions docs/examples/kafka/configuration/kafka-combined.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ metadata:
spec:
replicas: 2
version: 3.9.0
configSecret:
name: configsecret-combined
configuration:
secretName: configsecret-combined
storage:
accessModes:
- ReadWriteOnce
Expand Down
4 changes: 2 additions & 2 deletions docs/examples/kafka/configuration/kafka-topology.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ metadata:
namespace: demo
spec:
version: 3.9.0
configSecret:
name: configsecret-topology
configuration:
secretName: configsecret-topology
topology:
broker:
replicas: 2
Expand Down
4 changes: 2 additions & 2 deletions docs/examples/kafka/connectcluster/kcc-distributed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ spec:
apiGroup: cert-manager.io
kind: Issuer
name: connectcluster-ca-issuer
configSecret:
name: connectcluster-custom-config
configuration:
secretName: connectcluster-custom-config
replicas: 3
connectorPlugins:
- postgres-3.0.5.final
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ metadata:
name: mongodb-source-connector
namespace: demo
spec:
configSecret:
name: mongodb-source-config
configuration:
secretName: mongodb-source-config
connectClusterRef:
name: connectcluster-quickstart
namespace: demo
Expand Down
4 changes: 2 additions & 2 deletions docs/examples/kafka/migration/mirror-checkpoint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ spec:
connectClusterRef:
name: mirror-connect
namespace: demo
configSecret:
name: mirror-checkpoint-config
configuration:
secretName: mirror-checkpoint-config
deletionPolicy: WipeOut
4 changes: 2 additions & 2 deletions docs/examples/kafka/migration/mirror-heatbeat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ spec:
connectClusterRef:
name: mirror-connect
namespace: demo
configSecret:
name: mirror-heartbeat-config
configuration:
secretName: mirror-heartbeat-config
deletionPolicy: WipeOut
4 changes: 2 additions & 2 deletions docs/examples/kafka/migration/mirror-source.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ spec:
connectClusterRef:
name: mirror-connect
namespace: demo
configSecret:
name: mirror-source-config
configuration:
secretName: mirror-source-config
deletionPolicy: WipeOut
4 changes: 2 additions & 2 deletions docs/examples/kafka/reconfigure/kafka-combined.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ metadata:
spec:
replicas: 2
version: 3.9.0
configSecret:
name: kf-combined-custom-config
configuration:
secretName: kf-combined-custom-config
storage:
accessModes:
- ReadWriteOnce
Expand Down
4 changes: 2 additions & 2 deletions docs/examples/kafka/reconfigure/kafka-topology.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ metadata:
namespace: demo
spec:
version: 3.9.0
configSecret:
name: kf-topology-custom-config
configuration:
secretName: kf-topology-custom-config
topology:
broker:
replicas: 2
Expand Down
4 changes: 2 additions & 2 deletions docs/examples/memcached/custom-config/custom-memcached.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ metadata:
spec:
replicas: 1
version: "1.6.22"
configSecret:
name: mc-configuration
configuration:
secretName: mc-configuration
podTemplate:
spec:
containers:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ spec:
configuration:
configSecret:
name: new-configuration
restart: auto
4 changes: 2 additions & 2 deletions docs/examples/memcached/reconfigure/memcached-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ metadata:
spec:
replicas: 1
version: "1.6.22"
configSecret:
name: mc-configuration
configuration:
secretName: mc-configuration
deletionPolicy: WipeOut
4 changes: 2 additions & 2 deletions docs/examples/mongodb/configuration/demo-1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ spec:
resources:
requests:
storage: 1Gi
configSecret:
name: mg-configuration
configuration:
secretName: mg-configuration
4 changes: 2 additions & 2 deletions docs/examples/mongodb/reconfigure/mg-replicaset-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ spec:
resources:
requests:
storage: 1Gi
configSecret:
name: mg-custom-config
configuration:
secretName: mg-custom-config
12 changes: 6 additions & 6 deletions docs/examples/mongodb/reconfigure/mg-shard-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,22 @@ spec:
shardTopology:
configServer:
replicas: 3
configSecret:
name: mg-custom-config
configuration:
secretName: mg-custom-config
storage:
resources:
requests:
storage: 1Gi
storageClassName: standard
mongos:
replicas: 2
configSecret:
name: mg-custom-config
configuration:
secretName: mg-custom-config
shard:
replicas: 3
shards: 2
configSecret:
name: mg-custom-config
configuration:
secretName: mg-custom-config
storage:
resources:
requests:
Expand Down
4 changes: 2 additions & 2 deletions docs/examples/mongodb/reconfigure/mg-standalone-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ spec:
resources:
requests:
storage: 1Gi
configSecret:
name: mg-custom-config
configuration:
secretName: mg-custom-config
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ spec:
name: new-custom-config
mongos:
configSecret:
name: new-custom-config
name: new-custom-config
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ spec:
configuration:
standalone:
configSecret:
name: new-custom-config
name: new-custom-config
Loading
Loading