Skip to content

Commit

Permalink
Disable Vector agent by default (#615)
Browse files Browse the repository at this point in the history
# Description

Disable Vector agent by default
  • Loading branch information
siegfriedweber committed Dec 20, 2022
1 parent 19329f8 commit 6851464
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 11 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions examples/simple-zookeeper-tls-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,14 @@ metadata:
spec:
image:
productVersion: 3.8.0
stackableVersion: 0.8.0
stackableVersion: 0.9.0
config:
tls:
secretClass: tls
clientAuthentication:
authenticationClass: zk-client-tls
quorumTlsSecretClass: tls
servers:
config:
logging:
enableVectorAgent: false
roleGroups:
default:
replicas: 3
Expand Down
2 changes: 1 addition & 1 deletion rust/crd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ publish = false
serde = "1.0.138"
serde_json = "1.0.82"
snafu = "0.7.1"
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "0.30.1" }
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "0.30.2" }
strum = { version = "0.24.1", features = ["derive"] }

[dev-dependencies]
Expand Down
4 changes: 2 additions & 2 deletions rust/operator-binary/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ tokio-executor = "0.1.10"
tokio-zookeeper = "0.1.3"
tracing = "0.1.35"
pin-project = "1.0.11"
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "0.30.1" }
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "0.30.2" }
stackable-zookeeper-crd = { path = "../crd" }

[build-dependencies]
built = { version = "0.5.1", features = ["chrono", "git2"] }
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "0.30.1" }
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "0.30.2" }
stackable-zookeeper-crd = { path = "../crd" }

0 comments on commit 6851464

Please sign in to comment.