Skip to content

Commit

Permalink
comment update
Browse files Browse the repository at this point in the history
  • Loading branch information
jcollins-axway committed Nov 13, 2023
1 parent 646f6ad commit bc61605
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,10 +170,10 @@ docker run -d -v /home/user/keys:/keys -v /home/user/traceability/data:/data --e
At the current time the Kong agents helm chart is not hosted on a helm chart repository. To deploy using this helm chart you will first want to download the helm directory from your desired release tag removing the v, 0.0.1 in the sample below.

```shell
export tag=0.0.1
export tag=0.0.1 # tag v0.0.1 but 'v' removed
curl -L https://github.com/Axway/agents-kong/archive/refs/tags/v${tag}.tar.gz --output kong-agents.tar.gz # download release archive
tar xvf kong-agents.tar.gz --strip-components=2 agents-kong-${tag}/kong-agents # extract the helm chart in the current directory
rm kong-agents.tar.gz # remove the archive
tar xvf kong-agents.tar.gz --strip-components=2 agents-kong-${tag}/kong-agents # extract the helm chart in the current directory
rm kong-agents.tar.gz # remove the archive
```

##### Create secrets
Expand Down

0 comments on commit bc61605

Please sign in to comment.