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

Commit

Permalink
fix(cron job): cron job deploy name in lower case
Browse files Browse the repository at this point in the history
  • Loading branch information
carolineBda committed May 10, 2022
1 parent 8353931 commit 8c864cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .kube-workflow/preprod/templates/importFromDS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: batch/v1beta1
kind: CronJob
metadata:
namespace: mon-psy-sante-preprod
name: import-from-DS
name: import-from-ds
labels:
app: mon-psy
spec:
Expand Down
2 changes: 1 addition & 1 deletion .kube-workflow/prod/templates/importFromDS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: batch/v1beta1
kind: CronJob
metadata:
namespace: mon-psy-sante
name: import-from-DS
name: import-from-ds
labels:
app: mon-psy
spec:
Expand Down

0 comments on commit 8c864cf

Please sign in to comment.