This plugin replaces placeholders in the format {{ssm /path/to/parameter region}} with actual values from AWS SSM Parameter Store.
To install the plugin, run the following command:
helm plugin install https://github.com/andrii29/helm-ssm-goTo install specific version of plugin or architecture, run the following commands
export VERSION='0.5.0'
export ARCH='arm64
helm plugin install https://github.com/andrii29/helm-ssm-gohelm ssm -f values.yamlCommand reads data from values.yaml file print to stdout content with replaced ssm params
Use environment variables AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY or any other supported way to configure aws cli