UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Platform One
Big Bang
P
Packages
Security Tools
Twistlock
Commits
eb98e7d8
Commit
eb98e7d8
authored
Apr 06, 2021
by
Ryan Garcia
Browse files
feat: Toleration and resource spec additions
parent
f67fdd1f
Pipeline
#211999
passed with stages
in 1 minute and 58 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
1 deletion
+10
-1
CHANGELOG.md
CHANGELOG.md
+4
-0
chart/Chart.yaml
chart/Chart.yaml
+1
-1
chart/values.yaml
chart/values.yaml
+5
-0
No files found.
CHANGELOG.md
View file @
eb98e7d8
...
@@ -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
...
...
chart/Chart.yaml
View file @
eb98e7d8
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
chart/values.yaml
View file @
eb98e7d8
...
@@ -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
:
{}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment