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
6094a916
Unverified
Commit
6094a916
authored
2 years ago
by
Ben Hardill
Committed by
GitHub
2 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Fix helm chart use of Postgres Password (#19537)
Fixes #19536
parent
30ef1102
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
chart/templates/cronjob-media-remove.yaml
+1
-1
chart/templates/cronjob-media-remove.yaml
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
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
chart/templates/secrets.yaml
+1
-1
chart/templates/secrets.yaml
with
9 additions
and
9 deletions
+9
-9
chart/templates/cronjob-media-remove.yaml
+
1
-
1
View file @
6094a916
...
...
@@ -59,7 +59,7 @@ spec:
valueFrom
:
secretKeyRef
:
name
:
{{
template "mastodon.postgresql.secretName" .
}}
key
:
postgres
ql
-password
key
:
postgres-password
-
name
:
"
REDIS_PASSWORD"
valueFrom
:
secretKeyRef
:
...
...
This diff is collapsed.
Click to expand it.
chart/templates/deployment-sidekiq.yaml
+
1
-
1
View file @
6094a916
...
...
@@ -76,7 +76,7 @@ spec:
valueFrom
:
secretKeyRef
:
name
:
{{
template "mastodon.postgresql.secretName" .
}}
key
:
postgres
ql
-password
key
:
postgres-password
-
name
:
"
REDIS_PASSWORD"
valueFrom
:
secretKeyRef
:
...
...
This diff is collapsed.
Click to expand it.
chart/templates/deployment-streaming.yaml
+
1
-
1
View file @
6094a916
...
...
@@ -44,7 +44,7 @@ spec:
valueFrom
:
secretKeyRef
:
name
:
{{
template "mastodon.postgresql.secretName" .
}}
key
:
postgres
ql
-password
key
:
postgres-password
-
name
:
"
REDIS_PASSWORD"
valueFrom
:
secretKeyRef
:
...
...
This diff is collapsed.
Click to expand it.
chart/templates/deployment-web.yaml
+
1
-
1
View file @
6094a916
...
...
@@ -62,7 +62,7 @@ spec:
valueFrom
:
secretKeyRef
:
name
:
{{
template "mastodon.postgresql.secretName" .
}}
key
:
postgres
ql
-password
key
:
postgres-password
-
name
:
"
REDIS_PASSWORD"
valueFrom
:
secretKeyRef
:
...
...
This diff is collapsed.
Click to expand it.
chart/templates/job-assets-precompile.yaml
+
1
-
1
View file @
6094a916
...
...
@@ -60,7 +60,7 @@ spec:
valueFrom
:
secretKeyRef
:
name
:
{{
template "mastodon.postgresql.secretName" .
}}
key
:
postgres
ql
-password
key
:
postgres-password
-
name
:
"
REDIS_PASSWORD"
valueFrom
:
secretKeyRef
:
...
...
This diff is collapsed.
Click to expand it.
chart/templates/job-chewy-upgrade.yaml
+
1
-
1
View file @
6094a916
...
...
@@ -61,7 +61,7 @@ spec:
valueFrom
:
secretKeyRef
:
name
:
{{
template "mastodon.postgresql.secretName" .
}}
key
:
postgres
ql
-password
key
:
postgres-password
-
name
:
"
REDIS_PASSWORD"
valueFrom
:
secretKeyRef
:
...
...
This diff is collapsed.
Click to expand it.
chart/templates/job-create-admin.yaml
+
1
-
1
View file @
6094a916
...
...
@@ -66,7 +66,7 @@ spec:
valueFrom
:
secretKeyRef
:
name
:
{{
template "mastodon.postgresql.secretName" .
}}
key
:
postgres
ql
-password
key
:
postgres-password
-
name
:
"
REDIS_PASSWORD"
valueFrom
:
secretKeyRef
:
...
...
This diff is collapsed.
Click to expand it.
chart/templates/job-db-migrate.yaml
+
1
-
1
View file @
6094a916
...
...
@@ -60,7 +60,7 @@ spec:
valueFrom
:
secretKeyRef
:
name
:
{{
template "mastodon.postgresql.secretName" .
}}
key
:
postgres
ql
-password
key
:
postgres-password
-
name
:
"
REDIS_PASSWORD"
valueFrom
:
secretKeyRef
:
...
...
This diff is collapsed.
Click to expand it.
chart/templates/secrets.yaml
+
1
-
1
View file @
6094a916
...
...
@@ -37,7 +37,7 @@ data:
{{
- end
}}
{{
- if not .Values.postgresql.enabled
}}
{{
- if not .Values.postgresql.auth.existingSecret
}}
postgres
ql
-password
:
"
{{
.Values.postgresql.auth.password
|
b64enc
}}"
postgres-password
:
"
{{
.Values.postgresql.auth.password
|
b64enc
}}"
{{
- end
}}
{{
- end
}}
{{
- end -
}}
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