We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5235e62 commit 80dd3eaCopy full SHA for 80dd3ea
applications/wg-easy/docs/development-workflow.md
@@ -189,6 +189,9 @@ Test multiple charts working together using Helmfile orchestration.
189
# set a license id so we can perform the helm install from the replicated registry
190
export REPLICATED_LICENSE_ID=<customer license id>
191
task helm-install
192
+
193
+ # or to deploy using the replicated released OCI charts
194
+ task helm-install HELM_ENV=replicated
195
```
196
197
3. Verify cross-component integration:
0 commit comments