c7692d2125
``` Updated: argo/argo-cd: - 5.41.1 asserts/asserts: - 1.47.0 bitnami/kafka: - 23.0.6 bitnami/mysql: - 9.10.8 bitnami/postgresql: - 12.6.9 bitnami/tomcat: - 10.9.5 bitnami/wordpress: - 16.1.33 bitnami/zookeeper: - 11.4.9 cockroach-labs/cockroachdb: - 11.1.0 datadog/datadog: - 3.33.3 digitalis/vals-operator: - 0.7.6 jfrog/artifactory-ha: - 107.63.7 jfrog/artifactory-jcr: - 107.63.7 kuma/kuma: - 2.3.1 redpanda/redpanda: - 5.0.1 speedscale/speedscale-operator: - 1.3.21 weka/csi-wekafsplugin: - 2.2.1 yugabyte/yugabyte: - 2.14.11 - 2.16.6 yugabyte/yugaware: - 2.14.11 - 2.16.6 ``` |
||
---|---|---|
.. | ||
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