Skip to content

Commit 80dd3ea

Browse files
committed
Document how to switch helmfile env from task
1 parent 5235e62 commit 80dd3ea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

applications/wg-easy/docs/development-workflow.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,9 @@ Test multiple charts working together using Helmfile orchestration.
189189
# set a license id so we can perform the helm install from the replicated registry
190190
export REPLICATED_LICENSE_ID=<customer license id>
191191
task helm-install
192+
193+
# or to deploy using the replicated released OCI charts
194+
task helm-install HELM_ENV=replicated
192195
```
193196

194197
3. Verify cross-component integration:

0 commit comments

Comments
 (0)