Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Register
Sign in
Toggle navigation
Menu
Open sidebar
Tiger Ton
mastodon
Commits
dae954ef
Unverified
Commit
dae954ef
authored
2 years ago
by
Kangwook Lee (이강욱)
Committed by
GitHub
2 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Fix PostgreSQL password reference for jobs (#19504)
parent
223e1523
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
chart/templates/cronjob-media-remove.yaml
+1
-1
chart/templates/cronjob-media-remove.yaml
chart/templates/job-assets-precompile.yaml
+1
-1
chart/templates/job-assets-precompile.yaml
chart/templates/job-chewy-upgrade.yaml
+1
-1
chart/templates/job-chewy-upgrade.yaml
chart/templates/job-create-admin.yaml
+1
-1
chart/templates/job-create-admin.yaml
chart/templates/job-db-migrate.yaml
+1
-1
chart/templates/job-db-migrate.yaml
with
5 additions
and
5 deletions
+5
-5
chart/templates/cronjob-media-remove.yaml
+
1
-
1
View file @
dae954ef
...
...
@@ -59,7 +59,7 @@ spec:
valueFrom
:
secretKeyRef
:
name
:
{{
template "mastodon.postgresql.secretName" .
}}
key
:
password
key
:
postgresql-
password
-
name
:
"
REDIS_PASSWORD"
valueFrom
:
secretKeyRef
:
...
...
This diff is collapsed.
Click to expand it.
chart/templates/job-assets-precompile.yaml
+
1
-
1
View file @
dae954ef
...
...
@@ -60,7 +60,7 @@ spec:
valueFrom
:
secretKeyRef
:
name
:
{{
template "mastodon.postgresql.secretName" .
}}
key
:
password
key
:
postgresql-
password
-
name
:
"
REDIS_PASSWORD"
valueFrom
:
secretKeyRef
:
...
...
This diff is collapsed.
Click to expand it.
chart/templates/job-chewy-upgrade.yaml
+
1
-
1
View file @
dae954ef
...
...
@@ -61,7 +61,7 @@ spec:
valueFrom
:
secretKeyRef
:
name
:
{{
template "mastodon.postgresql.secretName" .
}}
key
:
password
key
:
postgresql-
password
-
name
:
"
REDIS_PASSWORD"
valueFrom
:
secretKeyRef
:
...
...
This diff is collapsed.
Click to expand it.
chart/templates/job-create-admin.yaml
+
1
-
1
View file @
dae954ef
...
...
@@ -66,7 +66,7 @@ spec:
valueFrom
:
secretKeyRef
:
name
:
{{
template "mastodon.postgresql.secretName" .
}}
key
:
password
key
:
postgresql-
password
-
name
:
"
REDIS_PASSWORD"
valueFrom
:
secretKeyRef
:
...
...
This diff is collapsed.
Click to expand it.
chart/templates/job-db-migrate.yaml
+
1
-
1
View file @
dae954ef
...
...
@@ -60,7 +60,7 @@ spec:
valueFrom
:
secretKeyRef
:
name
:
{{
template "mastodon.postgresql.secretName" .
}}
key
:
password
key
:
postgresql-
password
-
name
:
"
REDIS_PASSWORD"
valueFrom
:
secretKeyRef
:
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets