Skip to content

Commit

Permalink
Add db host CLI argument to newly included jobs (#3474)
Browse files Browse the repository at this point in the history
This was needed explicitly... for some reason :/

Signed-off-by: Juan Antonio Osorio <[email protected]>
  • Loading branch information
JAORMX authored May 31, 2024
1 parent 4bb3350 commit eab5dc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions deployment/helm/templates/rotate_provider_tokens.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ spec:
- encryption
- rotate-provider-tokens
- "--yes"
- "--db-host={{ .Values.db.host }}"
- "--config=/config/server-config.yaml"
# We use two config files, one with all the defaults, and one with
# additional override values from helm. (This is a viper feature.)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ spec:
- encryption
- purge-sessions
- "--yes"
- "--db-host={{ .Values.db.host }}"
- "--config=/config/server-config.yaml"
# We use two config files, one with all the defaults, and one with
# additional override values from helm. (This is a viper feature.)
Expand Down

0 comments on commit eab5dc7

Please sign in to comment.