2023-06-20 17:23:18 +00:00
# vals-operator
2023-06-06 17:24:40 +00:00
2024-02-09 14:36:54 +00:00
![Version: 0.7.9 ](https://img.shields.io/badge/Version-0.7.9-informational?style=flat-square ) ![Type: application ](https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![AppVersion: v0.7.9 ](https://img.shields.io/badge/AppVersion-v0.7.9-informational?style=flat-square )
2023-06-06 17:24:40 +00:00
2023-06-20 17:23:18 +00:00
This helm chart installs the Digitalis Vals Operator to manage and sync secrets from supported backends into Kubernetes.
2023-06-06 17:24:40 +00:00
## About Vals-Operator
2023-06-20 17:23:18 +00:00
Here at [Digitalis ](https://digitalis.io ) we love [vals ](https://github.com/helmfile/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 ](https://github.com/helmfile/vals ) into Kubernetes. Also, `vals-operator` supports database secrets as provider by [HashiCorp Vault Secret Engine ](https://developer.hashicorp.com/vault/docs/secrets/databases ).
2023-06-06 17:24:40 +00:00
2023-06-20 17:23:18 +00:00
## Maintainers
2023-06-06 17:24:40 +00:00
2023-06-20 17:23:18 +00:00
| Name | Email | Url |
| ---- | ------ | --- |
| Digitalis.IO | < info @ digitalis . io > | |
2023-06-06 17:24:40 +00:00
2023-06-20 17:23:18 +00:00
## Requirements
2023-06-06 17:24:40 +00:00
2023-06-20 17:23:18 +00:00
Kubernetes: `>= 1.19.0-0`
2023-06-06 17:24:40 +00:00
2023-06-20 17:23:18 +00:00
## Values
2022-02-18 18:18:58 +00:00
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| affinity | object | `{}` | |
| args | list | `[]` | |
2023-06-06 17:24:40 +00:00
| enableDbSecrets | bool | `true` | |
2022-02-18 18:18:58 +00:00
| env | list | `[]` | |
2023-06-06 17:24:40 +00:00
| environmentSecret | string | `""` | |
2022-02-18 18:18:58 +00:00
| fullnameOverride | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
2023-06-06 17:24:40 +00:00
| image.repository | string | `"ghcr.io/digitalis-io/vals-operator"` | |
2022-02-18 18:18:58 +00:00
| image.tag | string | `""` | |
| imagePullSecrets | list | `[]` | |
| manageCrds | bool | `true` | |
| nameOverride | string | `""` | |
| nodeSelector | object | `{}` | |
2023-06-20 17:23:18 +00:00
| podMonitor.enabled | bool | `false` | |
| podMonitor.labels | object | `{}` | |
2022-02-18 18:18:58 +00:00
| podSecurityContext | object | `{}` | |
2023-06-20 17:23:18 +00:00
| prometheusRules.additionalRuleAnnotations | object | `{}` | |
| prometheusRules.additionalRuleLabels | object | `{}` | |
| prometheusRules.enabled | bool | `false` | |
2022-02-18 18:18:58 +00:00
| 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 | `[]` | |
2023-06-20 17:23:18 +00:00
----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.11.0 ](https://github.com/norwoodj/helm-docs/releases/v1.11.0 )