josuevalverde12

Results 1 comments of josuevalverde12

For those of you using the upgrade command: ``` helm2 upgrade -i helm-operator fluxcd/helm-operator \ --namespace flux \ --set 'extraVolumes[0].name=repositories-yaml-custom' \ --set 'extraVolumes[0].secret.secretName=flux-helm-repositories' \ --set 'extraVolumeMounts[0].name=repositories-yaml-custom' \ --set 'extraVolumeMounts[0].mountPath=/var/fluxd/helm/repository/repositories.yaml' \...