Argo Rollouts
First ensure you have installed Argo Rollouts in your Kubernetes runtime.
To enable the Argo Rollouts extension on your Kubernetes runtime:
$ pvnctl runtimes extensions configure <runtimename>
In your editor, add or edit the argoRollouts
block:
...
argoRollouts:
enabled: true # enable the argo rollouts extension
templates: # add references to the ClusterAnalysisTemplates you want to use
- name: my-analysis-template
argMapping:
# Pass Prodvana values (SERVICE and RELEASE_CHANNEL) to Template args
service-name: SERVICE
...
Updated 4 months ago