# secret-operator ![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square) A Helm chart to install External Secret Operator ## Requirements | Repository | Name | Version | |------------|------|---------| | https://charts.external-secrets.io | external-secrets | 0.10.5 | ## Values | Key | Type | Default | Description | |-----|------|---------|-------------| | clusterName | string | `""` | | | external-secrets.enabled | bool | `true` | | | external-secrets.installCRDs | bool | `true` | | | externalSecret.dataFrom.extract.key | string | `"service/dataload/internals/perf-04"` | | | externalSecret.name | string | `"vault-external-secret"` | | | externalSecret.refreshInterval | string | `"15s"` | | | externalSecret.secretStoreRef.kind | string | `"ClusterSecretStore"` | | | externalSecret.target.name | string | `"example-secret"` | | | secretStoreName | string | `"secretstore"` | | | vault.auth.appRole.path | string | `"approle"` | | | vault.auth.appRole.roleId | string | `"change-me"` | | | vault.auth.appRole.secretRef.key | string | `"secret-id"` | | | vault.auth.appRole.secretRef.name | string | `"vault-secret"` | | | vault.path | string | `"service"` | | | vault.server | string | `"change-me"` | | | vault.version | string | `"v2"` | | | vaultSecret.name | string | `"vault-secret"` | | | vaultSecret.secretId | string | `"change-me"` | | ---------------------------------------------- Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)