Description of the change
To reduce reliance on requiring a custom/derived gateway image for custom and modular assertions, scripts and restman bundles a bootstrap script has been introduced. The script works with the /opt/docker/custom folder.
The best way to populate this folder is with an initContainer where files can be copied directly across or dynamically loaded from an external source.
InitContainer Examples - this repository also contains examples for custom health checks and configuration files.
The following configuration options have been added
Description of the change To reduce reliance on requiring a custom/derived gateway image for custom and modular assertions, scripts and restman bundles a bootstrap script has been introduced. The script works with the /opt/docker/custom folder.
The best way to populate this folder is with an initContainer where files can be copied directly across or dynamically loaded from an external source.
The following configuration options have been added
Benefits
Issues Addressed
138
139
Checklist
Chart.yaml
according to semver.[charts/gateway]
)values-production.yaml
apart fromvalues.yaml
, ensure that you implement the changes in both files