Skip to content

Latest commit

 

History

History
49 lines (37 loc) · 2.4 KB

README.md

File metadata and controls

49 lines (37 loc) · 2.4 KB

terraform-specific-provisioner

Version: 0.0.1 Type: application AppVersion: 0.0.1

A Helm chart for Kubernetes

Maintainers

Name Email Url
AgileLab http://agilelab.it

Installing the Chart

To install the chart with the release name my-release:

$ helm repo add foo-bar http://charts.foo-bar.com
$ helm install my-release foo-bar/terraform-specific-provisioner

Requirements

Repository Name Version
https://charts.bitnami.com/bitnami common 2.x.x

Values

Key Type Default Description
configOverride object {} This configuration allows you to override the application.conf file
dockerRegistrySecretName string "regcred" Docker Registry Secret name used to access a private repo
extraEnvVars list [] define extra variables to add to the container(s) e.g: extraEnvVars: - name: FOO value: "10"
extraVolumeMounts list [] define extra volume mounts
extraVolumes list [] define extra volumes
image.pullPolicy string "Always" The imagePullPolicy for a container and the tag of the image affect when the kubelet attempts to pull (download) the specified image.
image.registry string "registry.gitlab.com/agilefactory/witboost.mesh/provisioning/terraform/witboost.mesh.provisioning.terraform.specificprovisioner" Image repository
image.tag string "to-be-replaced" Image tag
labels object {} Allows you to specify common labels
livenessProbe object {} liveness probe spec
logbackOverride object {} This configuration allows you to override the logback.xml file
readinessProbe object {} readiness probe spec
resources object {} resources spec
securityContext object {"allowPrivilegeEscalation":false,"runAsNonRoot":true,"runAsUser":65535} security context spec
serviceAccountName string nil serviceAccount

Autogenerated from chart metadata using helm-docs v1.11.0