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
9bf6a8af
Unverified
Commit
9bf6a8af
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 (#19502)
parent
923f06a0
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
chart/templates/deployment-sidekiq.yaml
+1
-1
chart/templates/deployment-sidekiq.yaml
chart/templates/deployment-streaming.yaml
+1
-1
chart/templates/deployment-streaming.yaml
chart/templates/deployment-web.yaml
+1
-1
chart/templates/deployment-web.yaml
with
3 additions
and
3 deletions
+3
-3
chart/templates/deployment-sidekiq.yaml
+
1
-
1
View file @
9bf6a8af
...
...
@@ -76,7 +76,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/deployment-streaming.yaml
+
1
-
1
View file @
9bf6a8af
...
...
@@ -44,7 +44,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/deployment-web.yaml
+
1
-
1
View file @
9bf6a8af
...
...
@@ -62,7 +62,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