Skip to content

Commit

Permalink
Merge pull request #18 from KingsonKai/main
Browse files Browse the repository at this point in the history
docs: update daemon default spec
  • Loading branch information
KingsonKai authored May 22, 2023
2 parents e488838 + e85c3e5 commit a5d2033
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions chaosmeta-inject-operator/build/yamls/chaosmeta-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ spec:
labels:
app.chaosmeta.io: chaosmeta-daemon
spec:
tolerations:
- effect: NoSchedule
key: node-role.kubernetes.io/master
nodeSelector:
chaos-role.chaosmeta.io: chaosmeta-daemon
# tolerations:
# - effect: NoSchedule
# key: node-role.kubernetes.io/master
# nodeSelector:
# chaos-role.chaosmeta.io: chaosmeta-daemon
containers:
- name: chaosmeta-daemon
image: ghcr.io/traas-stack/chaosmeta-daemon:v0.1.0
Expand Down

0 comments on commit a5d2033

Please sign in to comment.