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
In _helpers.tpl, we have two places where we truncate names down to 63 characters. But then in the backup-retention-cronjob template, we append -backup-retention to the name; that's an extra 17 characters.
I suggest truncating the backup-retention-cronjob to 63 chars, we'll need to truncate it before we append the additional chars. Otherwise, the name won't make very much sense.
Or... We could provide a way to override the name in the values.yaml file?
In
_helpers.tpl
, we have two places where we truncate names down to 63 characters. But then in the backup-retention-cronjob template, we append-backup-retention
to the name; that's an extra 17 characters.I suggest truncating the backup-retention-cronjob to 63 chars, we'll need to truncate it before we append the additional chars. Otherwise, the name won't make very much sense.
Or... We could provide a way to override the name in the values.yaml file?
Reference(s):
The text was updated successfully, but these errors were encountered: