Skip to content

andrii29/helm-ssm-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Helm SSM Replacer Plugin

This plugin replaces placeholders in the format {{ssm /path/to/parameter region}} with actual values from AWS SSM Parameter Store.

Installation

To install the plugin, run the following command:

helm plugin install https://github.com/andrii29/helm-ssm-go

To 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-go

Usage

helm ssm -f values.yaml

Command reads data from values.yaml file print to stdout content with replaced ssm params

Credentials

Use environment variables AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY or any other supported way to configure aws cli

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages