catalog icon indicating copy to clipboard operation
catalog copied to clipboard

Update FluxCD Addon

Open kferrone opened this issue 2 years ago • 1 comments

I seem to be coming across an issue which was fixed in FluxCD but the Vela addon still has the issue.

I opened this issue with FluxCD: https://github.com/fluxcd/helm-controller/issues/518

I verified the CRD in Flux is different than what was installed for me: https://github.com/fluxcd/helm-controller/blob/main/config/crd/bases/helm.toolkit.fluxcd.io_helmreleases.yaml

kferrone avatar Aug 16 '22 16:08 kferrone

Just for fun, I added the following to the crd in the kubeconfig property:

                      key:
                        description: Key in the Secret, when not specified an implementation-specific
                          default key is used.
                        type: string

It works! So it looks like the CRDs are out of date.

kferrone avatar Aug 16 '22 16:08 kferrone