Closed joschi36 closed 1 week ago
I believe this error is coming from:
parameters:
- name: LOVELY_HELM_VALUES
string: "{}"
I'm not sure why you get that error at the moment, but that definitely looks to be wrong. HELM_VALUES
should be a list of one or more file names.
Hi @Joibel
You, of course, are right, I totally missed the variable is to specify files. I was porting the original Helm integration, where you could specify a JSON string.
Thx for helping out. :)
When trying to deploy a Helm Application, I get the following error message. I think this error comes from
helmProcessor.go
but I do not know how I could debug this further.Error
Environment Information
We are running the plugin inside OpenShift with the OpenShift Gitops Operator, similar to the ArgoCD Operator but supported by RedHat.
Application (redacted)
Installation (redacted)
Custom Image Containerfile
Because of OpenShift special handling of users, we had to build our own Containerfile supporting it. However it includes all the binary from lovely-vault-plugin:1.1.1
Installation Details