cmattoon/aws-ssm

View on GitHub
aws-ssm/values.yaml

Summary

Maintainability
Test Coverage
## AWS Settings
aws:
  # AWS Region ('us-west-2')
  region: ""
  # AWS_SECRET_ACCESS_KEY_ID
  access_key: ""
  # AWS_SECRET_ACCESS_KEY
  secret_key: ""

# Docker Image to use
image:
  name: cmattoon/aws-ssm
  tag: v0.1.7

## RBAC
rbac:
  enabled: true

# Deprecated: host_ssl_dir. Use ssl.mount_host (below)
host_ssl_dir: ""

## SSL Certs
ssl:
  # If ssl.mount_host is true, SSL certs will be mounted from a hostVolume
  mount_host: false
  mount_path: /etc/ssl/certs
  host_path: /etc/ssl/certs

## Kubernetes Master API URL
master_url: ""

# Healthcheck port
metrics_port: 9999

# Pod Annotations
podAnnotations: {}

# Pod Resources
resources: {}