Skip to content

Commit

Permalink
Refactor README across examples
Browse files Browse the repository at this point in the history
  • Loading branch information
eldada committed Nov 4, 2024
1 parent 32e18a4 commit 0dbea8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 3.artifactory/README.md → 3.artifactory-config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ If not already installed, you can easily install Artifactory in Kubernetes with
helm upgrade --install artifactory jfrog/artifactory --set postgresql.postgresqlPassword="password1"
```

Create an [Artifactory access token](https://jfrog.com/help/r/how-to-generate-an-access-token-video/artifactory-creating-access-tokens-in-artifactory) and store it in the [terraform.tfvars](3.artifactory/terraform.tfvars) file
Create an [Artifactory access token](https://jfrog.com/help/r/how-to-generate-an-access-token-video/artifactory-creating-access-tokens-in-artifactory) and store it in the [terraform.tfvars](terraform.tfvars) file
```text
artifactory_url = "http://localhost"
artifactory_access_token = "eyJ2ZXI..."
```

The [main.tf](3.artifactory/main.tf) file has the configuration that Terraform will use to configure the Artifactory server.
The [main.tf](main.tf) file has the configuration that Terraform will use to configure the Artifactory server.

Initialize the Terraform configuration by running the following command
```shell
Expand Down

0 comments on commit 0dbea8e

Please sign in to comment.