How I can run some gcp shell command (like: helm install . -n test --namespace=my-namespace -f ./configs/my-conf.yaml
) inside my cloud function?
Hey have you thought about setting pyhelm in Python it as a dependency of the Cloud Function and then using it to do what you need via code? Would that work for your use case or am I missing something?
Does pyhelm not let you do the packages installation that you need?
Let us know.