Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.66 KB

README.md

File metadata and controls

29 lines (22 loc) · 1.66 KB

python-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

Values

Key Type Default Description
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"
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/witboost.mesh.provisioning.pythonspecificprovisioner" Image repository
image.tag string "latest" Image tag
labels object {} Allows you to specify common labels
livenessProbe object {} liveness probe spec
readinessProbe object {} readiness probe spec
resources object {} resources spec
securityContext object {"allowPrivilegeEscalation":false,"runAsNonRoot":true,"runAsUser":1001} security context spec

Autogenerated from chart metadata using helm-docs v1.11.0