Skip to content

Commit

Permalink
refactor(docs): removing unnecessary tools in docs (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
caerulescens authored Sep 18, 2024
1 parent be2c99b commit fcfba38
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ A [`terragrunt`](https://github.com/gruntwork-io/terragrunt) module for [`miniku
| [docker](https://github.com/docker) |
| [minikube](https://github.com/kubernetes/minikube) |
| [kubectl](https://github.com/kubernetes/kubectl) |
| [kustomize](https://github.com/kubernetes-sigs/kustomize) |
| [helm](https://github.com/helm/helm) |
| [terragrunt](https://github.com/gruntwork-io/terragrunt) |
| [terraform](https://github.com/hashicorp/terraform) |
| [opentofu](https://github.com/opentofu/opentofu) |
Expand All @@ -22,11 +20,6 @@ pre-commit install

## Usage

Build:
```shell
kustomize build --enable-helm k12s/
```

Configure:
```shell
cat <<EOF > live/minikube/local/dev/default/docker/terraform.tfvars
Expand All @@ -41,7 +34,7 @@ minikube_clusters = {
EOF
```

Run:
Create:
```shell
terragrunt init --terragrunt-working-dir live/minikube/local/dev/default/docker
terragrunt plan --terragrunt-working-dir live/minikube/local/dev/default/docker
Expand Down

0 comments on commit fcfba38

Please sign in to comment.