Skip to content

Commit

Permalink
passed the config file with --set-file
Browse files Browse the repository at this point in the history
  • Loading branch information
yairsimantov20 committed Nov 15, 2023
1 parent 8efa102 commit 002b847
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ helm install my-port-agent port-labs/port-agent \
--set env.normal.KAFKA_CONSUMER_AUTO_OFFSET_RESET=earliest \
--set env.normal.KAFKA_CONSUMER_SECURITY_PROTOCOL=SASL_SSL \
--set env.secret.TF_TOKEN=YOU_TERRAFORM_CLOUD_TOKEN \
--set controlThePayloadConfigFile=invocations.json
--set-file controlThePayloadConfig=./invocations.json
```


Expand Down Expand Up @@ -337,5 +337,5 @@ helm install my-port-agent port-labs/port-agent \
--set env.normal.KAFKA_CONSUMER_AUTO_OFFSET_RESET=earliest \
--set env.normal.KAFKA_CONSUMER_SECURITY_PROTOCOL=SASL_SSL \
--set env.secret.CIRCLE_CI_TOKEN=YOUR_CIRCLE_CI_PERSONAL_TOKEN \
--set controlThePayloadConfigFile=invocations.json
--set-file controlThePayloadConfig=./invocations.json
```

0 comments on commit 002b847

Please sign in to comment.