To get started with the Varnish Controller Router Helm Chart, make sure
Run the following command to quickly install Varnish Controller Router Helm Chart:
helm install --set global.imagePullSecrets[0].name=varnish-pull-secret varnish-controller-router varnish/varnish-controller-router
Substitute varnish-pull-secret
for the image pull secret you created in the image pull secret instruction.
To configure Varnish Controller Router Helm Chart, create values.yaml
and populate the values. For example, to configure Varnish Controller Router with PowerDNS support:
---
global:
imagePullSecrets:
- name: varnish-pull-secret
powerdns:
enabled: true
Then install or upgrade using the new values, e.g.:
$ helm upgrade -f values.yaml varnish-controller-router varnish/varnish-controller-router