UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

Resolve "Support for Tolerations"

Merged Jennifer Kays requested to merge 13-support-for-tolerations into main
All threads resolved!
1 file
+ 5
5
Compare changes
  • Side-by-side
  • Inline
+ 5
5
@@ -91,11 +91,11 @@ affinity: {}
nodeSelector: {}
# node-type: mattermost
tolerations:
- key: "key1"
operator: "Equal"
value: "value1"
effect: "NoSchedule"
tolerations: {}
# - key: "key1"
# operator: "Equal"
# value: "value1"
# effect: "NoSchedule"
# Any ENVs provided here get put into a `mattermost-envs` secret and pulled into the env
mattermostEnvs: {}
Loading