I am attempting to patch a custom resource of apiv...
# golang
g
I am attempting to patch a custom resource of apiversion "helm.toolkit.fluxcd.io/v2beta1", and kind "HelmRelease", Under the spec there is a key called ValuesFrom that I want to patch with a ConfigMap of any name. How would I do this and with which CustomerResourcePatch function?
🦆 1