Skip to content

Commit 8892204

Browse files
committed
updated comment
1 parent c7c4b15 commit 8892204

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

crates/stackable-operator/crds/DummyCluster.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ spec:
8787
caCertSecretName:
8888
description: |-
8989
An optional secret used for holding CA certificates that will be used to verify the git server's TLS certificate by passing it to the git config option `http.sslCAInfo` passed with the gitsync command. The secret must have a key named `ca.crt` whose value is the PEM-encoded certificate bundle.
90-
If `http.sslCAInfo` is also set via `gitSyncConf` (the `--git-config` option) then a warning will logged and the explicit field value will take precendence.
90+
If `http.sslCAInfo` is also set via `gitSyncConf` (the `--git-config` option) then a warning will be logged.
9191
nullable: true
9292
type: string
9393
credentials:

crates/stackable-operator/src/crd/git_sync/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ pub mod versioned {
7070
pub credentials: Option<Credentials>,
7171

7272
/// An optional secret used for holding CA certificates that will be used to verify the git server's TLS certificate by passing it to the git config option `http.sslCAInfo` passed with the gitsync command. The secret must have a key named `ca.crt` whose value is the PEM-encoded certificate bundle.
73-
/// If `http.sslCAInfo` is also set via `gitSyncConf` (the `--git-config` option) then a warning will logged and the explicit field value will take precendence.
73+
/// If `http.sslCAInfo` is also set via `gitSyncConf` (the `--git-config` option) then a warning will be logged.
7474
#[versioned(added(since = "v1alpha2"))]
7575
pub ca_cert_secret_name: Option<String>,
7676
}

0 commit comments

Comments
 (0)