Skip to content

Commit

Permalink
Fix backendAction secrets (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-schieder authored Jul 24, 2023
1 parent 3ab2aa6 commit 9ff78f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pkg/config/default-docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ services:
secrets:
- auth_token_key
- auth_cookie_key
- internal_auth_password
- postgres_password
{{- with .AdditionalContent }}{{ marshalContent 4 . }}{{- end }}
{{- end }}
Expand Down
1 change: 1 addition & 0 deletions pkg/setup/setup_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -574,6 +574,7 @@ services:
secrets:
- auth_token_key
- auth_cookie_key
- internal_auth_password
- postgres_password
backendPresenter:
Expand Down

0 comments on commit 9ff78f7

Please sign in to comment.