UNCLASSIFIED

Commit eb98e7d8 authored by Ryan Garcia's avatar Ryan Garcia
Browse files

feat: Toleration and resource spec additions

parent f67fdd1f
Pipeline #211999 passed with stages
in 1 minute and 58 seconds
...@@ -4,6 +4,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ...@@ -4,6 +4,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
--- ---
## [0.0.3-bb.4] - 2021-04-06
### Added
- Resource and Toleration Values
## [0.0.3-bb.3] - 2021-04-05 ## [0.0.3-bb.3] - 2021-04-05
### Changed ### Changed
- Affinity values modified to standardize - Affinity values modified to standardize
......
apiVersion: v2 apiVersion: v2
name: twistlock name: twistlock
version: 0.0.3-bb.3 version: 0.0.3-bb.4
appVersion: 20.12.531 appVersion: 20.12.531
...@@ -46,7 +46,12 @@ affinity: {} ...@@ -46,7 +46,12 @@ affinity: {}
nodeSelector: {} nodeSelector: {}
# node-type: twistlock" # node-type: twistlock"
tolerations: [] tolerations: []
# - key: "key1"
# operator: "Equal"
# value: "value1"
# effect: "NoSchedule"
resources: resources:
limits: {} limits: {}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment