You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to deploy this chart as a part of https://github.com/cetic/helm-nifi, I got the issue Secret "nifi-registry-config" is invalid: metadata.annotations: Too long: must have at most 262144 characters. I needed to remove the sample database and secret to get this to deploy correctly.
The text was updated successfully, but these errors were encountered:
@ajitksingh1 As I am using this as a subchart, I downloaded the files into the charts directory of my main chart, deleted the files data/nifi-registry-primary.mv.db and templates/secret.yaml, and then the deployment was successful.
Hi
I am facing this issue and would like to know if as WA i can safely remove the nifi-registry-primary.mv.db file from my subchart (I´ve added nifi-registry as subchart of main nifi helm chart)?
When trying to deploy this chart as a part of https://github.com/cetic/helm-nifi, I got the issue
Secret "nifi-registry-config" is invalid: metadata.annotations: Too long: must have at most 262144 characters
. I needed to remove the sample database and secret to get this to deploy correctly.The text was updated successfully, but these errors were encountered: