e5cbf77d04
``` Added: ngrok/kubernetes-ingress-controller: - 0.11.0 stackstate/stackstate-k8s-agent: - 1.0.49 Updated: bitnami/kafka: - 25.3.0 bitnami/redis: - 18.1.2 cockroach-labs/cockroachdb: - 11.2.1 confluent/confluent-for-kubernetes: - 0.824.14 datadog/datadog: - 3.38.4 datadog/datadog-operator: - 1.1.2 digitalis/vals-operator: - 0.7.7 jfrog/artifactory-ha: - 107.68.13 jfrog/artifactory-jcr: - 107.68.13 kong/kong: - 2.28.1 redpanda/redpanda: - 5.6.0 ``` |
||
---|---|---|
.. | ||
crds | ||
templates | ||
.gitignore | ||
Chart.yaml | ||
README.md | ||
app-readme.md | ||
questions.yaml | ||
values.yaml |
README.md
vals-operator
This helm chart installs the Digitalis Vals Operator to manage and sync secrets from supported backends into Kubernetes.
About Vals-Operator
Here at Digitalis we love vals, it's a tool we use daily to keep secrets stored securely. Inspired by this tool, we have created an operator to manage Kubernetes secrets.
vals-operator syncs secrets from any secrets store supported by vals into Kubernetes. Also, vals-operator
supports database secrets as provider by HashiCorp Vault Secret Engine.
Maintainers
Name | Url | |
---|---|---|
Digitalis.IO | info@digitalis.io |
Requirements
Kubernetes: >= 1.19.0-0
Values
Key | Type | Default | Description |
---|---|---|---|
affinity | object | {} |
|
args | list | [] |
|
enableDbSecrets | bool | true |
|
env | list | [] |
|
environmentSecret | string | "" |
|
fullnameOverride | string | "" |
|
image.pullPolicy | string | "IfNotPresent" |
|
image.repository | string | "ghcr.io/digitalis-io/vals-operator" |
|
image.tag | string | "" |
|
imagePullSecrets | list | [] |
|
manageCrds | bool | true |
|
nameOverride | string | "" |
|
nodeSelector | object | {} |
|
podMonitor.enabled | bool | false |
|
podMonitor.labels | object | {} |
|
podSecurityContext | object | {} |
|
prometheusRules.additionalRuleAnnotations | object | {} |
|
prometheusRules.additionalRuleLabels | object | {} |
|
prometheusRules.enabled | bool | false |
|
replicaCount | int | 1 |
|
resources | object | {} |
|
secretEnv | list | [] |
|
securityContext | object | {} |
|
serviceAccount.annotations | object | {} |
|
serviceAccount.create | bool | true |
|
serviceAccount.name | string | "" |
|
tolerations | list | [] |
|
volumeMounts | list | [] |
|
volumes | list | [] |
Autogenerated from chart metadata using helm-docs v1.11.0