Skip to content

Commit b36cb6d

Browse files
committed
fix
1 parent 2ea7649 commit b36cb6d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deploy/helm/secret-operator/templates/secret_migration_job.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ spec:
5252
echo "$source_ca_secret" | jq 'del(.metadata["namespace","creationTimestamp","resourceVersion","selfLink","uid"])' | kubectl apply -n $TARGET_NAMESPACE -f -
5353
fi
5454
fi
55-
restartPolicy: Never
55+
restartPolicy: Never

rust/operator-binary/src/crd.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ impl AutoTlsCa {
140140
#[serde(rename_all = "camelCase")]
141141
pub enum CertificateKeyGeneration {
142142
Rsa {
143-
/// The amount of bits used for generating the RSA keypair.
143+
/// The amount of bits used for generating the RSA keypair.
144144
/// Currently, `2048`, `3072` and `4096` are supported. Defaults to `2048` bits.
145145
#[schemars(schema_with = "CertificateKeyGeneration::tls_key_length_schema")]
146146
length: u32,

0 commit comments

Comments
 (0)