Skip to content

Commit

Permalink
Enhance README
Browse files Browse the repository at this point in the history
  • Loading branch information
akgalwas committed Sep 20, 2023
1 parent 93485da commit 1b15a2b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,14 @@ make docker-build
</details>
</div>

6. Deploy.
6. Prepare secret with Gardener credentials

```bash
export GARDENER_KUBECONFIG_PATH=<kubeconfig file for Gardener project>
make gardener-secret-deploy
```

7. Deploy.

```bash
make deploy
Expand Down

0 comments on commit 1b15a2b

Please sign in to comment.