-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configurable repo #63
base: main
Are you sure you want to change the base?
Conversation
Made changes to make the crunchy repos more configurable. Updated the README. We can create the schedule in the values.yaml file allowing us to dynamically add repos with: name path volume s3 schedules
image: {{ .Values.crunchyImage }} | ||
{{ end }} | ||
imagePullPolicy: {{.Values.imagePullPolicy}} | ||
postgresVersion: {{ .Values.postgresVersion }} | ||
{{ if .Values.postGISVersion }} | ||
postGISVersion: {{ .Values.postGISVersion | quote }} | ||
{{ end }} | ||
postgresVersion: {{ .Values.postgresVersion }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Duplicate postgresVersion
repo2-s3-uri-style: {{ .Values.pgBackRest.s3.s3UriStyle }} | ||
{{- end }} | ||
{{ range $repo := .Values.pgBackRest.repos }} | ||
{{ if eq $.Values.pgBackRest.s3.enabled true }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This could probably be changed to check if the s3 key exists, using this check for the bucket path, also did not want to change the other uses of s3.enabled
Removed app specific values
@caggles this is currently working in our namespace! i'm just looking into porting over our data from an older postgres database into the crunchy database now. |
Made changes to make the crunchy repos more configurable and updated the README.
We can create the schedule in the values.yaml file allowing us to dynamically add repos with: name
path
volume
s3
schedules