Skip to content

Commit

Permalink
Merge pull request #26 from gabriel-samfira/fix-eroneous-example
Browse files Browse the repository at this point in the history
Set correct location for option
  • Loading branch information
gabriel-samfira authored Jun 20, 2024
2 parents eb6c0e5 + 2bb668c commit 1f4b499
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,11 @@ NOTE: If you want to pass in credentials by using the `GOOGLE_APPLICATION_CREDEN
name = "gcp"
provider_type = "external"
description = "gcp provider"
# This is needed if you want GARM to pass this along to the provider.
environment_variables = ["GOOGLE_APPLICATION_CREDENTIALS"]
[provider.external]
provider_executable = "/opt/garm/providers.d/garm-provider-gcp"
config_file = "/etc/garm/garm-provider-gcp.toml"

# This is needed if you want GARM to pass this along to the provider.
environment_variables = ["GOOGLE_APPLICATION_CREDENTIALS"]
```

## Creating a pool
Expand Down

0 comments on commit 1f4b499

Please sign in to comment.