Skip to content

Commit

Permalink
Update docs for gcpFilestoreBackups helm chart
Browse files Browse the repository at this point in the history
- fixes #4706
  • Loading branch information
sgibson91 committed Sep 13, 2024
1 parent 03125b0 commit a4a2dc3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/howto/filesystem-backups/enable-backups.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export CLUSTER_NAME=<cluster-name>
terraform apply -var-file=projects/$CLUSTER_NAME.tfvars
```

1. **Enable the `gcpFilestoreBackups` deployment in the cluster's support values.**
1. **Enable the `gcpFilestoreBackups` chart in the cluster's support values.**
1. In `config/clusters/<cluster-name>/support.values.yaml`, add the following config:
```yaml
Expand All @@ -44,8 +44,9 @@ export CLUSTER_NAME=<cluster-name>
- ...
project: <gcp-project>
zone: <gcp-zone>
annotations:
iam.gke.io/gcp-service-account: <gcp-service-account-email>
serviceAccount:
annotations:
iam.gke.io/gcp-service-account: <gcp-service-account-email>
```
where:
- `filestoreNames` is a list of the filestore names to be backed up (can be
Expand Down

0 comments on commit a4a2dc3

Please sign in to comment.