-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Mehdi Bendriss <[email protected]>
- Loading branch information
1 parent
00c6efa
commit 30becd8
Showing
16 changed files
with
7,583 additions
and
148 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Copyright 2024 Canonical Ltd. | ||
# See LICENSE file for licensing details. | ||
set-tls-private-key: | ||
description: Set the privates key, which will be used for certificate signing requests (CSR). Run for each unit separately. | ||
params: | ||
external-key: | ||
type: string | ||
description: The content of private key for external communications with clients. Content will be auto-generated if this option is not specified. | ||
internal-key: | ||
type: string | ||
description: The content of private key for internal communications with clients. Content will be auto-generated if this option is not specified. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Copyright 2023 Canonical Ltd. | ||
# See LICENSE file for licensing details. | ||
options: | ||
expose-external: | ||
description: "String to determine how to expose the mongos router externally from the Kubernetes cluster. Possible values: 'nodeport', 'none'" | ||
type: string | ||
default: "none" |
Oops, something went wrong.