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
We are currently using postgres AWS RDS database instance to utilize helm sql backend feature which should support helm release larger than 1mb in size. However, today when we executed a test we received an error saying "* ConfigMap "nameremoved" is invalid: []: Too long: must have at most 1048576 bytes".
The installation has created database , schema and tables on RDS instance which means it's able to connect but fails during installation.
Fyi, the size of our configmap file is 2Mib.
The text was updated successfully, but these errors were encountered:
Hello,
We are currently using postgres AWS RDS database instance to utilize helm sql backend feature which should support helm release larger than 1mb in size. However, today when we executed a test we received an error saying "* ConfigMap "nameremoved" is invalid: []: Too long: must have at most 1048576 bytes".
The installation has created database , schema and tables on RDS instance which means it's able to connect but fails during installation.
Fyi, the size of our configmap file is 2Mib.
The text was updated successfully, but these errors were encountered: