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
{{ message }}
This repository was archived by the owner on Jul 3, 2024. It is now read-only.
When migrating a backup with the migrate-backup.sh script, if a DataPower application domain's cfg is larger than ~1 MB, it may not fit within Kubernetes' ConfigMap size restriction.
Currently the script does not perform any checks or validation of this, and thus a ConfigMap YAML will be templated regardless of the size. Attempting to apply the ConfigMap YAML may result in a Kubernetes API error in these cases.