Skip to content

Latest commit

 

History

History
46 lines (39 loc) · 3.07 KB

File metadata and controls

46 lines (39 loc) · 3.07 KB

appset-secret-plugin

Version: 0.8.0 Type: application AppVersion: v0.6.0

A Helm chart for adding a K8s Secret Plugin Generator to Argo CD ApplicationSets

Maintainers

Name Email Url
jessebot https://github.com/jessebot/

Values

Key Type Default Description
affinity object {}
autoscaling.enabled bool false if you're feeling brave, why not try enabling autoscaling? untested
autoscaling.maxReplicas int 100
autoscaling.minReplicas int 1
autoscaling.targetCPUUtilizationPercentage int 80
fullnameOverride string ""
image.pullPolicy string "IfNotPresent" image pullPolicy for the main container
image.repository string "jessebot/argocd-appset-secret-plugin" image repo to use for the docker container
image.tag string "" Overrides the image tag whose default is the chart appVersion.
imagePullSecrets list []
logging.level string "warning" logging level for docker container. Can be one of: debug, info, warning, error
nameOverride string "" override the autogenerated name of this helm chart release
nodeSelector object {} deploy chart to a specific k8s node
podAnnotations object {} any additional annotations you'd like the pod to have
podSecurityContext object {} securityContext for the pod: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/
replicaCount int 1 number of replica pods to create
resources object {}
secretVars.existingSecret string "" the name of an existing secret to use for the secret keys to provide to applicationSets via the plugin generator
securityContext object {} securityContext for the container: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/
service.port int 80 service port to expose on the cluster
service.targetPort int 4355 service target port on the container
service.type string "ClusterIP" type for the service, only ClusterIP is tested
serviceAccount.annotations object {} Annotations to add to the service account
serviceAccount.create bool true Specifies whether a service account should be created
serviceAccount.name string "" The name of the service account to use. If not set and create is true, a name is generated using the fullname template
token.existingSecret string "" the name of an existing secret to use for the token that argoCD and the plugin will use for communication
tolerations list []

Autogenerated from chart metadata using helm-docs v1.13.1