Skip to content

Commit

Permalink
doc: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Telemaco019 committed Oct 18, 2024
1 parent 056a460 commit 2c93b35
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 23 deletions.
9 changes: 1 addition & 8 deletions .terraform-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,12 +105,6 @@ content: |-
### 4. Bootstrap GKE cluster
Retrieve the auto-generated values from the Terraform outputs and save them to a file named `values-bootstrap.yaml`:
```shell
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 GKE.
Refer to the [chart documentation](https://github.com/nebuly-ai/helm-charts/tree/main/bootstrap-gcp) for all the configuration details.
Expand All @@ -119,8 +113,7 @@ content: |-
helm install oci://ghcr.io/nebuly-ai/helm-charts/bootstrap-gcp \
--namespace nebuly-bootstrap \
--generate-name \
--create-namespace \
-f values-bootstrap.yaml
--create-namespace
```
Expand Down
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,6 @@ authenticating with your Docker registry and pulling the Nebuly Docker images.

### 4. Bootstrap GKE cluster

Retrieve the auto-generated values from the Terraform outputs and save them to a file named `values-bootstrap.yaml`:

```shell
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 GKE.

Refer to the [chart documentation](https://github.com/nebuly-ai/helm-charts/tree/main/bootstrap-gcp) for all the configuration details.
Expand All @@ -103,8 +97,7 @@ Refer to the [chart documentation](https://github.com/nebuly-ai/helm-charts/tree
helm install oci://ghcr.io/nebuly-ai/helm-charts/bootstrap-gcp \
--namespace nebuly-bootstrap \
--generate-name \
--create-namespace \
-f values-bootstrap.yaml
--create-namespace
```


Expand Down
7 changes: 0 additions & 7 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,6 @@ output "gke_cluster_get_credentials" {
}

# ------ Deploy ------ #
#output "helm_values_bootstrap" {
# value = local.bootstrap_helm_values
# sensitive = true
# description = <<EOT
# The `bootrap.values.yaml` file for installing the Nebuly AWS Boostrap chart with Helm.
# EOT
#}
output "helm_values" {
value = local.helm_values
sensitive = true
Expand Down

0 comments on commit 2c93b35

Please sign in to comment.