You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| aws\_region | AWS region where secrets are stored. |`string`| n/a | yes |
92
+
| bucket\_name | Bucket name to store the backups. |`string`| n/a | yes |
93
+
| cluster\_identity\_oidc\_issuer | The OIDC Identity issuer for the cluster. |`string`| n/a | yes |
94
+
| cluster\_identity\_oidc\_issuer\_arn | The OIDC Identity issuer ARN for the cluster that can be used to associate IAM roles with a service account. |`string`| n/a | yes |
95
+
| cluster\_name | The name of the cluster |`string`| n/a | yes |
96
+
| create\_namespace | Whether to create Kubernetes namespace with name defined by `namespace`. |`bool`|`true`| no |
97
+
| enabled | Variable indicating whether deployment is enabled. |`bool`|`true`| no |
98
+
| helm\_chart\_name | Velero Helm chart name to be installed |`string`|`"velero"`| no |
99
+
| helm\_chart\_release\_name | Helm release name |`string`|`"velero"`| no |
100
+
| helm\_chart\_repo | Velero repository name. |`string`|`"https://vmware-tanzu.github.io/helm-charts"`| no |
101
+
| helm\_chart\_version | Velero Helm chart version. |`string`|`"2.14.5"`| no |
102
+
| mod\_dependency | Dependence variable binds all AWS resources allocated by this module, dependent modules reference this variable. |`any`|`null`| no |
103
+
| namespace | Kubernetes namespace to deploy Velero Helm chart. |`string`|`"velero"`| no |
104
+
| service\_account\_name | Velero service account name |`string`|`"velero"`| no |
105
+
| settings | Additional settings which will be passed to the Helm chart values. |`map(any)`|`{}`| no |
106
+
| volume\_snapshot\_name | Variable indicating the snapshot name. |`string`|`"velero-snapshot"`| no |
0 commit comments