Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
brainfood
/
postgresql-rclone
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
897bd071
authored
2023-01-27 16:26:52 -0600
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fix backup-local ConfigMap name in job-backup.
1 parent
dd605a0f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
templates/job-backup.yaml
templates/job-backup.yaml
View file @
897bd07
...
...
@@ -39,7 +39,7 @@ spec:
secretName
:
{{
include "postgresql-rclone.fullname" .
}}
-auth
-
name
:
local-config
configMap
:
name
:
{{
include "postgresql-rclone.fullname" .
}}
-local
name
:
{{
include "postgresql-rclone.fullname" .
}}
-
backup-
local
{{
- if .Values.rclone.enabled
}}
-
name
:
rclone-auth
secret
:
...
...
@@ -63,7 +63,7 @@ spec:
-
name
:
BACKUP_KEEP_DAYS
valueFrom
:
configMapKeyRef
:
name
:
{{
include "postgresql-rclone.fullname" .
}}
-local
name
:
{{
include "postgresql-rclone.fullname" .
}}
-
backup-
local
key
:
BACKUP_KEEP_DAYS
-
name
:
BACKUP_DIR
value
:
/backups
...
...
Please
register
or
sign in
to post a comment