Skip to content

Commit

Permalink
Merge pull request #128 from destination-earth/feature/deploy-move-tf
Browse files Browse the repository at this point in the history
Move tf to main deploy directory.
  • Loading branch information
minrk authored Jan 13, 2025
2 parents 149b7fc + 53389ea commit 9f66a45
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion gfts-track-reconstruction/jupyterhub/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Initial manual steps:
1. create bucket for storing tofu state. Create user and store in `secrets/ovh-creds.sh`, and put bucket name in s3 backend configuration
2. create API token for OVH API, store in `secrets/ovh-creds.sh`

Next, run tofu, which will create the kubernetes cluster
Next, run tofu within the `/deploy/tf` directory, which will create the kubernetes cluster

```bash
tofu init
Expand Down
2 changes: 1 addition & 1 deletion gfts-track-reconstruction/jupyterhub/deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import click

jupyterhub = Path(__file__).parent.absolute()
tofu = jupyterhub / "tofu"
tofu = jupyterhub.parent.parent / "deploy" / "tf"
kube_config = jupyterhub / "secrets" / "kubeconfig.yaml"


Expand Down

0 comments on commit 9f66a45

Please sign in to comment.