Skip to content

sport-labs-group/helm-ssm-go

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 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/sport-labs-group/helm-ssm-go

To install specific version of plugin or architecture, run the following commands

export VERSION='0.7.0'
export ARCH='arm64'
export OS='linux'
helm plugin install https://github.com/sport-labs-group/helm-ssm-go

Usage

helm ssm-go -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

  • Go 100.0%