Skip to content

Commit

Permalink
chore: update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Telemaco019 committed Sep 3, 2024
1 parent 545fcd7 commit 4305055
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .terraform-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@ content: |-
Install the bootstrap Helm chart to set up all the dependencies required for installing the Nebuly Platform Helm chart on EKS.
Refer to the [chart documentation](https://github.com/nebuly-ai/helm-charts/tree/main/bootstrap-azure) for all the configuration details.
Refer to the [chart documentation](https://github.com/nebuly-ai/helm-charts/tree/main/bootstrap-aws) for all the configuration details.
```shell
helm install oci://ghcr.io/nebuly-ai/helm-charts/bootstrap-azure \
helm install oci://ghcr.io/nebuly-ai/helm-charts/bootstrap-aws \
--namespace nebuly-bootstrap \
--generate-name \
--create-namespace \
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ terraform output helm_values_bootstrap

Install the bootstrap Helm chart to set up all the dependencies required for installing the Nebuly Platform Helm chart on EKS.

Refer to the [chart documentation](https://github.com/nebuly-ai/helm-charts/tree/main/bootstrap-azure) for all the configuration details.
Refer to the [chart documentation](https://github.com/nebuly-ai/helm-charts/tree/main/bootstrap-aws) for all the configuration details.

```shell
helm install oci://ghcr.io/nebuly-ai/helm-charts/bootstrap-azure \
helm install oci://ghcr.io/nebuly-ai/helm-charts/bootstrap-aws \
--namespace nebuly-bootstrap \
--generate-name \
--create-namespace \
Expand Down
4 changes: 0 additions & 4 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -513,8 +513,6 @@ locals {
k8s_secret_key_auth_db_password = "auth-db-password"
k8s_secret_key_jwt_signing_key = "jwt-signing-key"
k8s_secret_key_openai_api_key = "openai-api-key"
k8s_secret_key_azure_client_id = "azure-client-id"
k8s_secret_key_azure_client_secret = "azure-client-secret"
k8s_secret_key_nebuly_client_id = "nebuly-azure-client-id"
k8s_secret_key_nebuly_client_secret = "nebuly-azure-client-secret"

Expand Down Expand Up @@ -576,8 +574,6 @@ locals {
k8s_secret_key_analytics_db_password = local.k8s_secret_key_analytics_db_password
k8s_secret_key_jwt_signing_key = local.k8s_secret_key_jwt_signing_key
k8s_secret_key_openai_api_key = local.k8s_secret_key_openai_api_key
k8s_secret_key_azure_client_id = local.k8s_secret_key_azure_client_id
k8s_secret_key_azure_client_secret = local.k8s_secret_key_azure_client_secret
k8s_secret_key_nebuly_client_secret = local.k8s_secret_key_nebuly_client_secret
k8s_secret_key_nebuly_client_id = local.k8s_secret_key_nebuly_client_id
},
Expand Down

0 comments on commit 4305055

Please sign in to comment.