Skip to content

Commit

Permalink
Disable daily-worker (kubeflow#928)
Browse files Browse the repository at this point in the history
Disable daily-worker
  • Loading branch information
Yao Xiao authored Mar 18, 2021
1 parent 967175a commit 935c8a9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 60 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,36 +75,6 @@ data:
decorate_all_jobs: true
periodics:
- interval: 1h
agent: kubernetes
name: infra-editor-sync
labels:
preset-aws-cred: "true"
spec:
containers:
- image: public.ecr.aws/j1r0q0g6/daily-worker:latest
command: ["/usr/local/bin/update-iam-assume-role-policy.sh"]
env:
- name: TRUST_POLICY
value: https://raw.githubusercontent.com/kubeflow/testing/master/aws/Access/assume-role-access/infra-editor/trust-policy.json
- name: ROLE_NAME
value: infra-editor
- interval: 1h
agent: kubernetes
name: infra-viewer-sync
labels:
preset-aws-cred: "true"
spec:
containers:
- image: public.ecr.aws/j1r0q0g6/daily-worker:latest
command: ["/usr/local/bin/update-iam-assume-role-policy.sh"]
env:
- name: TRUST_POLICY
value: https://raw.githubusercontent.com/kubeflow/testing/master/aws/Access/assume-role-access/infra-viewer/trust-policy.json
- name: ROLE_NAME
value: infra-viewer
kind: ConfigMap
metadata:
creationTimestamp: null
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,33 +72,3 @@ presets:


decorate_all_jobs: true
periodics:
- interval: 1h
agent: kubernetes
name: infra-editor-sync
labels:
preset-aws-cred: "true"
spec:
containers:
- image: public.ecr.aws/j1r0q0g6/daily-worker:latest
command: ["/usr/local/bin/update-iam-assume-role-policy.sh"]
env:
- name: TRUST_POLICY
value: https://raw.githubusercontent.com/kubeflow/testing/master/aws/Access/assume-role-access/infra-editor/trust-policy.json
- name: ROLE_NAME
value: infra-editor

- interval: 1h
agent: kubernetes
name: infra-viewer-sync
labels:
preset-aws-cred: "true"
spec:
containers:
- image: public.ecr.aws/j1r0q0g6/daily-worker:latest
command: ["/usr/local/bin/update-iam-assume-role-policy.sh"]
env:
- name: TRUST_POLICY
value: https://raw.githubusercontent.com/kubeflow/testing/master/aws/Access/assume-role-access/infra-viewer/trust-policy.json
- name: ROLE_NAME
value: infra-viewer

0 comments on commit 935c8a9

Please sign in to comment.