Ivan Pedrazas
Ivan Pedrazas
Swapping selectors is basically replacing an endpoint by another one. You're right: the update of the iptables happens in a single operation, however, the update of the endpoints does not...
Update, please.... :dart:
I've just submitted a PR to add this functionality to the chartmuseum chart. https://github.com/kubernetes/charts/pull/4904
Which command gives you that error? I've just tested this command: ``` helm install stable/chartmuseum --debug --set env.open.GOOGLE_SERVICE_ACCOUNT=true,env.open.STORAGE=google,env.open.DISABLE_API=false,env.open.STORAGE_GOOGLE_BUCKET=my-gcs-bucket,existing.secret.gcp.enabled=true,existing.secret.gcp.secretName=chartmuseum-secret ``` And this one that will use the cloned chart: ``` helm...
Hey, thanks for the contribution. Would you mind adding a test for this flag? Thanks
Breaking change Pre 0.6
Have you tried this? ``` pipeline: helm_deploy: image: quay.io/ipedrazas/drone-helm skip_tls_verify: true chart: stable/prometheus update_dependencies: false release: prometheus namespace: production-prometheus dry_run: true secrets: [ api_server, kubernetes_token ] when: branch: [master] ```
When I moved the builds to gcp I decided to stop pushing images to quay. I’m not sure people should be using my images for their ci. I understand that...
@josmo which CI system do you use?
Oh, that's awesome! The use case was slightly different: having the secrets in Vault and having Kubernetes integrated with Vault means not having to worry about secrets being leaked during...