Skip to content

Commit

Permalink
Generated changes to bundle and vendor files
Browse files Browse the repository at this point in the history
Signed-off-by: vbadrina <[email protected]>
  • Loading branch information
vbnrh committed Feb 13, 2024
1 parent a2b131f commit 043ee17
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/crd/bases/ocs.openshift.io_storageclusters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1793,6 +1793,10 @@ spec:
description: AllowSelfSignedCerts will allow the Postgres
server to use self signed certificates to authenticate
type: boolean
enableTls:
description: EnableTLS will allow the postgres server to connect
via TLS/SSL
type: boolean
pgSecretName:
description: PGSecret stores the secret name which contains
connection string of the Postgres server
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1793,6 +1793,10 @@ spec:
description: AllowSelfSignedCerts will allow the Postgres
server to use self signed certificates to authenticate
type: boolean
enableTls:
description: EnableTLS will allow the postgres server to connect
via TLS/SSL
type: boolean
pgSecretName:
description: PGSecret stores the secret name which contains
connection string of the Postgres server
Expand Down
4 changes: 4 additions & 0 deletions deploy/ocs-operator/manifests/storagecluster.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1792,6 +1792,10 @@ spec:
description: AllowSelfSignedCerts will allow the Postgres
server to use self signed certificates to authenticate
type: boolean
enableTls:
description: EnableTLS will allow the postgres server to connect
via TLS/SSL
type: boolean
pgSecretName:
description: PGSecret stores the secret name which contains
connection string of the Postgres server
Expand Down

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

0 comments on commit 043ee17

Please sign in to comment.