Skip to content

Commit ffdab80

Browse files
Techassisbernauer
andcommitted
chore: Apply suggestions
Co-authored-by: Sebastian Bernauer <sebastian.bernauer@stackable.tech>
1 parent e4f2888 commit ffdab80

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const_format = "0.2.34"
2323
futures = { version = "0.3", features = ["compat"] }
2424
h2 = "0.4"
2525
hex = "0.4"
26-
kube-runtime = { version = "2.0.1", features = ["unstable-runtime-stream-control",] }
26+
kube-runtime = { version = "2.0", features = ["unstable-runtime-stream-control",] }
2727
ldap3 = { version = "0.11", default-features = false, features = ["gssapi", "tls"] }
2828
libc = "0.2"
2929
native-tls = "0.2"

rust/operator-binary/src/secretclass.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ spec:
99
ca:
1010
secret:
1111
name: secret-provisioner-tls-ca
12-
namespace: stackable-operators
12+
namespace: will-be-overridden-by-secret-operator
1313
autoGenerate: true

0 commit comments

Comments
 (0)