passbolt / charts-passbolt

Helm charts to run Passbolt on Kubernetes. No strings attached charts to run the open source password manager for teams!
https://passbolt.com
GNU Affero General Public License v3.0
41 stars 27 forks source link

make kubectl more flexible #6

Closed egandro closed 1 year ago

egandro commented 1 year ago

the kubectl download cmd can be set (and made flexible) as needed for firewalls, ipv4, private repositories

helm install --namespace passbolt --create-namespace passbolt . \
    --set passboltEnv.plain.KUBECTL_DOWNLOAD_CMD="curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl"
CLAassistant commented 1 year ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.


Harald Fielker seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

egandro commented 1 year ago

CLA signing doesn't work and I have no time dealing with it.

So do whatever you want with this PR :)