-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: Fixed neo4j backup values * fix: Fixed spacing in helm template
- Loading branch information
1 parent
0419099
commit eb5b663
Showing
3 changed files
with
27 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,15 @@ | ||
backup: | ||
# The name of the GCS bucket where the backups will be stored. | ||
bucket: "test" | ||
# The path where the backups will be stored within the given bucket. | ||
name: "" | ||
# The address of the Kubernetes service where the backup is being taken from. | ||
service: "cluster-name" | ||
# A list of databases that need to be backed up. | ||
databases: # The amount of memory and CPU to use for the backup job. | ||
resources: | ||
cpu: "" | ||
memory: "" | ||
# The restart policy for the backup job. | ||
restartPolicy: "" | ||
# Google serviceAccount with read and write access to the bucket. | ||
serviceAccount: "" | ||
# The name of the GCS bucket where the backups will be stored. | ||
bucket: "test" | ||
# The path where the backups will be stored within the given bucket. | ||
name: "" | ||
# The address of the Kubernetes service where the backup is being taken from. | ||
service: "cluster-name" | ||
# A list of databases that need to be backed up. | ||
databases: # The amount of memory and CPU to use for the backup job. | ||
resources: | ||
cpu: "" | ||
memory: "" | ||
# The restart policy for the backup job. | ||
restartPolicy: "" | ||
# Google serviceAccount with read and write access to the bucket. | ||
serviceAccount: "" |