Skip to content

Commit

Permalink
changed schedule, and secret
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomáš Houfek committed Dec 14, 2024
1 parent 80ff457 commit ff47188
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kubernetes/catalog-secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ metadata:
name: catalog-secret
data:
username: YWRtaW4=
password: aGVyb29mdGhlZGF5
password: VGppSXY4ZDVLZ2pidmh4
httpsproxy: aHR0cDovL3Byb3h5Lmljcy5tdW5pLmN6OjMxMjg=
type: Opaque
2 changes: 1 addition & 1 deletion kubernetes/uploader-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: CronJob
metadata:
name: organise-sequencing
spec:
schedule: "0 22 * * 3,5,7"
schedule: "0 22 * * 0,3,5"
jobTemplate:
spec:
template:
Expand Down

0 comments on commit ff47188

Please sign in to comment.