Skip to content

Commit 130fc8c

Browse files
committed
fix: robert self-test periodic.yaml wasn't in sync with fixes to once.yaml
w.r.t. optional secrets
1 parent f64707d commit 130fc8c

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

deploy/self-test/roberta/1gpu/periodic.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,6 @@ spec:
7979
secretKeyRef:
8080
name: codeflare-self-test-slack
8181
key: CHANNEL
82-
- name: SLACK_TOKEN
83-
valueFrom:
84-
secretKeyRef:
85-
name: codeflare-self-test-slack
86-
key: TOKEN
8782
- name: SLACK_USERNAME
8883
valueFrom:
8984
secretKeyRef:
@@ -95,11 +90,13 @@ spec:
9590
secretKeyRef:
9691
name: github
9792
key: GITHUB_USER
93+
optional: true
9894
- name: ML_CODEFLARE_ROBERTA_GITHUB_TOKEN
9995
valueFrom:
10096
secretKeyRef:
10197
name: github
10298
key: GITHUB_TOKEN
99+
optional: true
103100
- name: MODE
104101
value: development # otherwise building codeflare-cli takes a huge amount of memory
105102
- name: KUBE_CONTEXT_FOR_TEST

0 commit comments

Comments
 (0)