Skip to content

Commit

Permalink
fix: needs to be able to run on the creticalAddonsonly
Browse files Browse the repository at this point in the history
  • Loading branch information
josmo committed Mar 21, 2024
1 parent a141c23 commit c2e1521
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions gitops/components/nidhogg/kustomize/resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,11 @@ spec:
name: config
readOnly: true
terminationGracePeriodSeconds: 10
tolerations:
- effect: NoSchedule
operator: Exists
- key: CriticalAddonsOnly
operator: Exists
volumes:
- name: cert
secret:
Expand Down

0 comments on commit c2e1521

Please sign in to comment.