Skip to content

Commit

Permalink
Merge pull request #4799 from sgibson91/fix-gcpFilestoreBackups-for-2…
Browse files Browse the repository at this point in the history
…i2c-cluster

Fix gcpFilestoreBackups syntax in 2i2c cluster's support config
  • Loading branch information
sgibson91 authored Sep 13, 2024
2 parents bb0b87e + 71a9074 commit 49a3aeb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions config/clusters/2i2c/support.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,7 @@ gcpFilestoreBackups:
- pilot-hubs-homedirs
project: two-eye-two-see
zone: us-central1-b
annotations:
iam.gke.io/gcp-service-account: pilot-hubs-filestore-backup@two-eye-two-see.iam.gserviceaccount.com
serviceAccount:
name: gcp-filestore-backups-sa
annotations:
iam.gke.io/gcp-service-account: pilot-hubs-filestore-backup@two-eye-two-see.iam.gserviceaccount.com
2 changes: 1 addition & 1 deletion helm-charts/support/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ dependencies:
# gcpFilestoreBackups runs regular backups of GCP Filestore Instances hosting
# home directories within the cloud project.
- name: gcpFilestoreBackups
version: "0.0.1-0.dev.git.53.h8b9558e"
version: "0.0.1-0.dev.git.56.h1b790c6"
repository: https://2i2c.org/gcp-filestore-backups
condition: gcpFilestoreBackups.enabled

0 comments on commit 49a3aeb

Please sign in to comment.