Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
Signed-off-by: sayedppqq <[email protected]>
  • Loading branch information
sayedppqq committed Aug 15, 2024
1 parent b53e04d commit a4ca626
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ jobs:
kubectl create -f https://github.com/kubevault/installer/raw/master/crds/kubevault-crds.yaml
kubectl create -f https://github.com/kubedb/installer/raw/master/crds/kubedb-crds.yaml
kubectl create -f https://github.com/kubernetes-csi/external-snapshotter/raw/master/client/config/crd/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
kubectl create -f https://github.com/kubestash/apimachinery/raw/master/crds/storage.kubestash.com_backupstorages.yaml
kubectl create -f https://github.com/kubestash/apimachinery/raw/master/crds/storage.kubestash.com_retentionpolicies.yaml
kubectl create -f https://github.com/kubestash/installer/raw/master/crds/kubestash-crds.yaml
- name: Check codespan schema
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ spec:
namespace: demo
sessions:
- name: frequent
jobTemplate:
backoffLimit: 1
scheduler:
schedule: ${scheduleTime}
repositories:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ spec:
- name: frequent
scheduler:
schedule: "*/5 * * * *"
jobTemplate:
backoffLimit: 1
repositories:
- name: s3-repo
backend: s3-backend
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ spec:
namespace: demo
sessions:
- name: frequent
jobTemplate:
backoffLimit: 1
scheduler:
schedule: "*/3 * * * *"
repositories:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ spec:
namespace: demo
sessions:
- name: frequent
jobTemplate:
backoffLimit: 1
scheduler:
schedule: "*/3 * * * *"
repositories:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ spec:
namespace: demo
sessions:
- name: frequent
jobTemplate:
backoffLimit: 1
scheduler:
schedule: "*/3 * * * *"
repositories:
Expand Down

0 comments on commit a4ca626

Please sign in to comment.