Skip to content

Latest commit

 

History

History
 
 

aws-secret-operator

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

aws-secret-operator

A Helm chart for aws-secret-operator.

TL;DR:

# Enable helm repository
helm repo add chatwork https://chatwork.github.io/charts

# Install chart
helm install chatwork/aws-secret-operator --set region=YOUR_REGION

Configuration

The following table lists the configurable parameters of the Aws-secret-operator chart and their default values.

Parameter Description Default
replicaCount replica count 1
region aws region "ap-northeast-1"
watchNamespace If you set this parameter, the operator will only act in a single namespace "" (watch all namespaces)
image.registry image registry "docker.io"
image.repository image repository "mumoshu/aws-secret-operator"
image.pullPolicy image pullPolicy "IfNotPresent"
image.tag image tag ""
imagePullSecrets image pullsecrets []
serviceAccount.create If true, a service account will be created true
serviceAccount.annotations service account annotations {}
serviceAccount.name existing ServiceAccount to use (ignored if serviceAccount.create=true) ""
podAnnotations pod annotations {}
podSecurityContext pod securityContext {}
securityContext deployment securityContext {}
resources pod resources {}
nodeSelector nodeselector {}
tolerations tolerations []
affinity affinity {}

Documentation generated by Frigate.