Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Commit

Permalink
fix: use CNPG in crons (#308)
Browse files Browse the repository at this point in the history
* Update importFromDS.yaml

* Update reportingDossierEligible.yaml

* Update reportingDossierRefuse.yaml

* Update reportingExpertWeekly.yaml

* Update reportingStatsByDepartment.yaml

* Update reportingTraitementErrone.yaml

* Update verifFolders.yaml
  • Loading branch information
Julien Bouquillon authored Dec 7, 2023
1 parent 229f02b commit 557118c
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .kontinuous/env/prod/templates/importFromDS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
- secretRef:
name: app-sealed-secret
- secretRef:
name: pg-user
name: pg-app
command:
- yarn
- run
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
- secretRef:
name: app-sealed-secret
- secretRef:
name: pg-user
name: pg-app
command:
- yarn
- run
Expand Down
2 changes: 1 addition & 1 deletion .kontinuous/env/prod/templates/reportingDossierRefuse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
- secretRef:
name: app-sealed-secret
- secretRef:
name: pg-user
name: pg-app
command:
- yarn
- run
Expand Down
2 changes: 1 addition & 1 deletion .kontinuous/env/prod/templates/reportingExpertWeekly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
- secretRef:
name: app-sealed-secret
- secretRef:
name: pg-user
name: pg-app
command:
- yarn
- run
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
- secretRef:
name: app-sealed-secret
- secretRef:
name: pg-user
name: pg-app
command:
- yarn
- run
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
- secretRef:
name: app-sealed-secret
- secretRef:
name: pg-user
name: pg-app
command:
- yarn
- run
Expand Down
2 changes: 1 addition & 1 deletion .kontinuous/env/prod/templates/verifFolders.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
- secretRef:
name: app-sealed-secret
- secretRef:
name: pg-user
name: pg-app
command:
- yarn
- run
Expand Down

0 comments on commit 557118c

Please sign in to comment.