Skip to content

Commit

Permalink
Add tolerations so that the test signer can start before installing c…
Browse files Browse the repository at this point in the history
…alico (#83)
  • Loading branch information
rene-dekker authored Sep 26, 2023
1 parent d107532 commit f0f6e48
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test-signer/test-signer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ spec:
k8s-app: test-signer
name: test-signer
spec:
tolerations:
- effect: NoSchedule
operator: Exists
containers:
- env:
- name: CA_KEY
Expand Down

0 comments on commit f0f6e48

Please sign in to comment.