Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/deployment/configuration/files.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ There are two files generated after running `opctl init --provider <provider>`:
For further information on populating the `params.yaml` file, refer to the sections below. This information is also available inside the generated `params.yaml` template.

:::tip
It is highly recommended that you commit `params.yaml` file into a private repository and encrypt it with [BlackBox](https://github.com/StackExchange/blackbox) or a similar tool.
It is highly recommended that you commit `params.yaml` file into a private repository and encrypt it with [BlackBox](https://github.com/StackExchange/blackbox) or use a secret management service like [Azure Key Vault](https://docs.microsoft.com/en-us/azure/key-vault/), [AWS Secret Manager](https://aws.amazon.com/secrets-manager/), [GCP Secret Manager](https://cloud.google.com/secret-manager) or [HashiCorp Vault](https://www.vaultproject.io/).
:::

## Content of configuration file `params.yaml`
Expand Down
2 changes: 1 addition & 1 deletion docs/deployment/public/aks.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ If you have GPU nodes, you need to set the `--gpu-device-plugins` flag. Valid va
3. Populate `params.yaml` by following the instructions in the template, you can also refer to [configuration files](/docs/deployment/configuration/files) for more detailed information.

:::tip
It is highly recommended that you commit `params.yaml` file into a private repository and encrypt it with [BlackBox](https://github.com/StackExchange/blackbox) or a similar tool.
It is highly recommended that you commit `params.yaml` file into a private repository and encrypt it with [BlackBox](https://github.com/StackExchange/blackbox) or use a secret management service like [Azure Key Vault](https://docs.microsoft.com/en-us/azure/key-vault/), [AWS Secret Manager](https://aws.amazon.com/secrets-manager/), [GCP Secret Manager](https://cloud.google.com/secret-manager) or [HashiCorp Vault](https://www.vaultproject.io/).
:::

4. Finally, run the following command to deploy to your cluster:
Expand Down
2 changes: 1 addition & 1 deletion docs/deployment/public/eks.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ If you have GPU nodes, you need to set the `--gpu-device-plugins` flag. Valid va
3. Populate `params.yaml` by following the instructions in the template, you can also refer to [configuration files](/docs/deployment/configuration/files) for more detailed information.

:::tip
It is highly recommended that you commit `params.yaml` file into a private repository and encrypt it with [BlackBox](https://github.com/StackExchange/blackbox) or a similar tool.
It is highly recommended that you commit `params.yaml` file into a private repository and encrypt it with [BlackBox](https://github.com/StackExchange/blackbox) or use a secret management service like [Azure Key Vault](https://docs.microsoft.com/en-us/azure/key-vault/), [AWS Secret Manager](https://aws.amazon.com/secrets-manager/), [GCP Secret Manager](https://cloud.google.com/secret-manager) or [HashiCorp Vault](https://www.vaultproject.io/).
:::

4. Finally, run the following command to deploy to your cluster:
Expand Down
2 changes: 1 addition & 1 deletion docs/deployment/public/gke.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ GKE automatically adds GPU device plugins to GPU nodes, so you do not have to se
3. Populate `params.yaml` by following the instructions in the template, you can also refer to [configuration files](/docs/deployment/configuration/files) for more detailed information.

:::tip
It is highly recommended that you commit `params.yaml` file into a private repository and encrypt it with [BlackBox](https://github.com/StackExchange/blackbox) or a similar tool.
It is highly recommended that you commit `params.yaml` file into a private repository and encrypt it with [BlackBox](https://github.com/StackExchange/blackbox) or use a secret management service like [Azure Key Vault](https://docs.microsoft.com/en-us/azure/key-vault/), [AWS Secret Manager](https://aws.amazon.com/secrets-manager/), [GCP Secret Manager](https://cloud.google.com/secret-manager) or [HashiCorp Vault](https://www.vaultproject.io/).
:::

4. Finally, run the following command to deploy to your cluster:
Expand Down
2 changes: 1 addition & 1 deletion docs/deployment/upgrade/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: Adding components or upgrading Onepanel to the latest version
Before adding features or upgrading your cluster, we highly recommend you back up your `params.yaml` file.

:::tip
It is highly recommended that you commit `params.yaml` file into a private repository and encrypt it with [BlackBox](https://github.com/StackExchange/blackbox) or a similar tool.
It is highly recommended that you commit `params.yaml` file into a private repository and encrypt it with [BlackBox](https://github.com/StackExchange/blackbox) or use a secret management service like [Azure Key Vault](https://docs.microsoft.com/en-us/azure/key-vault/), [AWS Secret Manager](https://aws.amazon.com/secrets-manager/), [GCP Secret Manager](https://cloud.google.com/secret-manager) or [HashiCorp Vault](https://www.vaultproject.io/).
:::

:::important
Expand Down