Skip to content

Commit

Permalink
Including tolerations and annotations to the values file
Browse files Browse the repository at this point in the history
  • Loading branch information
jfmontufar committed Sep 6, 2024
1 parent 51a211d commit 8c15f60
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion twistlock-defender/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,13 @@ service_parameter: # Service Parameter value. Externa
talos: false # Verify if it's TalOS deployment
twistlock_data_folder: /var/lib/twistlock # Container folder where the defender data will be located
unique_hostname: true # Assign unique host names
ws_address: # Web Socket address. External Secret Key: WS_ADDRESS
ws_address: # Web Socket address. External Secret Key: WS_ADDRESS
annotations: # Defender DaemonSet annotations
# annotation1: test
tolerations: # Makes pods runnable on all nodes including master node.
# - operator: Exists
# effect: NoSchedule
# - operator: Exists
# effect: PreferNoSchedule
# - operator: Exists
# effect: NoExecute

0 comments on commit 8c15f60

Please sign in to comment.