253ab0d0b7
``` Updated: amd/amd-gpu: - 0.12.0 argo/argo-cd: - 6.0.5 bitnami/airflow: - 16.5.5 bitnami/cassandra: - 10.9.0 bitnami/kafka: - 26.8.5 bitnami/mariadb: - 16.0.1 bitnami/mysql: - 9.19.1 bitnami/postgresql: - 14.0.4 bitnami/redis: - 18.12.1 bitnami/spark: - 8.5.2 bitnami/tomcat: - 10.13.5 bitnami/wordpress: - 19.2.6 bitnami/zookeeper: - 12.8.1 cert-manager/cert-manager: - v1.14.2 clastix/kamaji: - 0.14.1 cockroach-labs/cockroachdb: - 12.0.0 crate/crate-operator: - 2.34.1 crowdstrike/falcon-sensor: - 1.25.2 datadog/datadog: - 3.53.3 dell/csi-isilon: - 2.9.1 dell/csi-powermax: - 2.9.1 dell/csi-powerstore: - 2.9.1 dell/csi-unity: - 2.9.1 dell/csi-vxflexos: - 2.9.1 dh2i/dxemssql: - 1.0.5 digitalis/vals-operator: - 0.7.9 external-secrets/external-secrets: - 0.9.12 hashicorp/consul: - 1.3.2 jenkins/jenkins: - 5.0.13 jfrog/artifactory-ha: - 107.77.5 jfrog/artifactory-jcr: - 107.77.5 kasten/k10: - 6.5.4 - 6.5.3 kong/kong: - 2.35.1 kubecost/cost-analyzer: - 2.0.2 kuma/kuma: - 2.6.0 loft/loft: - 3.3.4 metallb/metallb: - 0.14.3 minio/minio-operator: - 5.0.12 nats/nats: - 1.1.8 new-relic/nri-bundle: - 5.0.63 percona/psmdb-db: - 1.15.3 percona/psmdb-operator: - 1.15.2 percona/pxc-db: - 1.13.6 percona/pxc-operator: - 1.13.5 redpanda/redpanda: - 5.7.23 speedscale/speedscale-operator: - 2.0.11 stackstate/stackstate-k8s-agent: - 1.0.68 yugabyte/yugabyte: - 2.16.9 - 2.18.6 yugabyte/yugaware: - 2.16.9 - 2.18.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