chore(lib): removing LIB env from all charts (#577)

Signed-off-by: Shubham Chaudhary <shubham.chaudhary@harness.io>

Signed-off-by: Shubham Chaudhary <shubham.chaudhary@harness.io>
This commit is contained in:
Shubham Chaudhary
2022-12-15 18:23:37 +05:30
committed by GitHub
parent 06d58309df
commit 7e8949cd46
63 changed files with 9 additions and 278 deletions

View File

@@ -114,11 +114,6 @@ spec:
- name: CPU_CORE - name: CPU_CORE
value: '0' value: '0'
# provide the LIB
# only litmus supported
- name: LIB
value: 'litmus'
labels: labels:
name: aws-ssm-chaos-by-id name: aws-ssm-chaos-by-id
app.kubernetes.io/part-of: litmus app.kubernetes.io/part-of: litmus

View File

@@ -117,12 +117,7 @@ spec:
# 0 will consume all the available cpu cores # 0 will consume all the available cpu cores
- name: CPU_CORE - name: CPU_CORE
value: '0' value: '0'
# provide the LIB
# only litmus supported
- name: LIB
value: 'litmus'
labels: labels:
name: aws-ssm-chaos-by-tag name: aws-ssm-chaos-by-tag
app.kubernetes.io/part-of: litmus app.kubernetes.io/part-of: litmus

View File

@@ -57,9 +57,6 @@ spec:
- name: CHAOS_INTERVAL - name: CHAOS_INTERVAL
value: '30' value: '30'
- name: LIB
value: 'litmus'
# Period to wait before and after injection of chaos in sec # Period to wait before and after injection of chaos in sec
- name: RAMP_TIME - name: RAMP_TIME
value: '' value: ''

View File

@@ -78,12 +78,7 @@ spec:
value: '/tmp/azure.auth' value: '/tmp/azure.auth'
- name: SEQUENCE - name: SEQUENCE
value: 'parallel' value: 'parallel'
# provide the LIB
# only litmus supported
- name: LIB
value: 'litmus'
labels: labels:
name: azure-instance-stop name: azure-instance-stop

View File

@@ -109,11 +109,6 @@ spec:
- name: SEQUENCE - name: SEQUENCE
value: 'parallel' value: 'parallel'
## env var that describes the library used to execute the chaos
## default: litmus. Supported values: litmus
- name: LIB
value: 'litmus'
labels: labels:
name: cassandra-pod-delete name: cassandra-pod-delete
app.kubernetes.io/part-of: litmus app.kubernetes.io/part-of: litmus

View File

@@ -52,9 +52,6 @@ spec:
- name: CHAOS_INTERVAL - name: CHAOS_INTERVAL
value: '30' value: '30'
- name: LIB
value: 'litmus'
# Period to wait before and after injection of chaos in sec # Period to wait before and after injection of chaos in sec
- name: RAMP_TIME - name: RAMP_TIME

View File

@@ -61,11 +61,6 @@ spec:
- name: SEQUENCE - name: SEQUENCE
value: 'parallel' value: 'parallel'
# provide the LIB
# only litmus supported
- name: LIB
value: 'litmus'
# period to wait before and after injection of chaos in sec # period to wait before and after injection of chaos in sec
- name: RAMP_TIME - name: RAMP_TIME
value: '' value: ''

View File

@@ -72,10 +72,6 @@ spec:
# Period to wait before and after injection of chaos in sec # Period to wait before and after injection of chaos in sec
- name: RAMP_TIME - name: RAMP_TIME
value: '' value: ''
# lib can be litmus or pumba
- name: LIB
value: 'litmus'
- name: TARGET_PODS - name: TARGET_PODS
value: '' value: ''

View File

@@ -80,11 +80,6 @@ spec:
- name: RAMP_TIME - name: RAMP_TIME
value: '' value: ''
# Provide the LIB here
# Only litmus supported
- name: LIB
value: 'litmus'
# provide the data block size # provide the data block size
# supported unit is KB # supported unit is KB
- name: DATA_BLOCK_SIZE - name: DATA_BLOCK_SIZE

View File

@@ -62,9 +62,6 @@ spec:
- name: RAMP_TIME - name: RAMP_TIME
value: '' value: ''
- name: LIB
value: 'litmus'
- name: NODE_LABEL - name: NODE_LABEL
value: '' value: ''

View File

@@ -62,9 +62,6 @@ spec:
- name: RAMP_TIME - name: RAMP_TIME
value: '' value: ''
- name: LIB
value: 'litmus'
- name: NODE_LABEL - name: NODE_LABEL
value: '' value: ''

View File

@@ -79,11 +79,6 @@ spec:
- name: NODE_LABEL - name: NODE_LABEL
value: '' value: ''
# PROVIDE THE LIB HERE
# ONLY LITMUS SUPPORTED
- name: LIB
value: 'litmus'
# provide lib image # provide lib image
- name: LIB_IMAGE - name: LIB_IMAGE
value: 'litmuschaos/go-runner:latest' value: 'litmuschaos/go-runner:latest'

View File

@@ -69,11 +69,6 @@ spec:
- name: TOTAL_CHAOS_DURATION - name: TOTAL_CHAOS_DURATION
value: '60' value: '60'
# Provide the LIB here
# Only litmus supported
- name: LIB
value: 'litmus'
# Period to wait before and after injection of chaos in sec # Period to wait before and after injection of chaos in sec
- name: RAMP_TIME - name: RAMP_TIME
value: '' value: ''

View File

@@ -91,11 +91,6 @@ spec:
- name: RAMP_TIME - name: RAMP_TIME
value: '' value: ''
# Provide the LIB here
# Only litmus supported
- name: LIB
value: 'litmus'
# provide lib image # provide lib image
- name: LIB_IMAGE - name: LIB_IMAGE
value: 'litmuschaos/go-runner:latest' value: 'litmuschaos/go-runner:latest'

View File

@@ -82,11 +82,6 @@ spec:
- name: RAMP_TIME - name: RAMP_TIME
value: '' value: ''
# Provide the LIB here
# Only litmus supported
- name: LIB
value: 'litmus'
# provide lib image # provide lib image
- name: LIB_IMAGE - name: LIB_IMAGE
value: 'litmuschaos/go-runner:latest' value: 'litmuschaos/go-runner:latest'

View File

@@ -67,11 +67,6 @@ spec:
- name: RAMP_TIME - name: RAMP_TIME
value: '' value: ''
# PROVIDE THE LIB HERE
# ONLY LITMUS SUPPORTED
- name: LIB
value: 'litmus'
# provide lib image # provide lib image
- name: LIB_IMAGE - name: LIB_IMAGE
value: "litmuschaos/go-runner:latest" value: "litmuschaos/go-runner:latest"

View File

@@ -64,11 +64,6 @@ spec:
- name: RAMP_TIME - name: RAMP_TIME
value: '' value: ''
# PROVIDE THE LIB HERE
# ONLY LITMUS SUPPORTED
- name: LIB
value: 'litmus'
# provide lib image # provide lib image
- name: LIB_IMAGE - name: LIB_IMAGE
value: "litmuschaos/go-runner:latest" value: "litmuschaos/go-runner:latest"

View File

@@ -69,11 +69,6 @@ spec:
- name: TOTAL_CHAOS_DURATION - name: TOTAL_CHAOS_DURATION
value: '60' value: '60'
# Provide the LIB here
# Only litmus supported
- name: LIB
value: 'litmus'
# Period to wait before and after injection of chaos in sec # Period to wait before and after injection of chaos in sec
- name: RAMP_TIME - name: RAMP_TIME
value: '' value: ''

View File

@@ -65,11 +65,6 @@ spec:
# Number of replicas to scale # Number of replicas to scale
- name: REPLICA_COUNT - name: REPLICA_COUNT
value: '5' value: '5'
# PROVIDE THE LIB HERE
# ONLY LITMUS SUPPORTED
- name: LIB
value: 'litmus'
labels: labels:
name: pod-autoscaler name: pod-autoscaler

View File

@@ -80,11 +80,6 @@ spec:
## Period to wait before and after injection of chaos in sec ## Period to wait before and after injection of chaos in sec
- name: RAMP_TIME - name: RAMP_TIME
value: '' value: ''
## env var that describes the library used to execute the chaos
## default: litmus. Supported values: litmus
- name: LIB
value: 'litmus'
# The command to kill the chaos process # The command to kill the chaos process
- name: CHAOS_KILL_COMMAND - name: CHAOS_KILL_COMMAND

View File

@@ -86,11 +86,6 @@ spec:
- name: RAMP_TIME - name: RAMP_TIME
value: '' value: ''
## env var that describes the library used to execute the chaos
## default: litmus. Supported values: litmus, pumba
- name: LIB
value: 'litmus'
## It is used in pumba lib only ## It is used in pumba lib only
- name: LIB_IMAGE - name: LIB_IMAGE
value: 'litmuschaos/go-runner:latest' value: 'litmuschaos/go-runner:latest'

View File

@@ -84,9 +84,6 @@ spec:
- name: PODS_AFFECTED_PERC - name: PODS_AFFECTED_PERC
value: '' value: ''
- name: LIB
value: 'litmus'
- name: TARGET_PODS - name: TARGET_PODS
value: '' value: ''

View File

@@ -97,10 +97,6 @@ spec:
- name: RAMP_TIME - name: RAMP_TIME
value: '' value: ''
# lib can be litmus or pumba
- name: LIB
value: 'litmus'
# percentage of total pods to target # percentage of total pods to target
- name: PODS_AFFECTED_PERC - name: PODS_AFFECTED_PERC
value: '' value: ''

View File

@@ -98,10 +98,6 @@ spec:
- name: RAMP_TIME - name: RAMP_TIME
value: '' value: ''
# lib can be litmus or pumba
- name: LIB
value: 'litmus'
# percentage of total pods to target # percentage of total pods to target
- name: PODS_AFFECTED_PERC - name: PODS_AFFECTED_PERC
value: '' value: ''

View File

@@ -102,10 +102,6 @@ spec:
- name: RAMP_TIME - name: RAMP_TIME
value: '' value: ''
# lib can be litmus or pumba
- name: LIB
value: 'litmus'
# percentage of total pods to target # percentage of total pods to target
- name: PODS_AFFECTED_PERC - name: PODS_AFFECTED_PERC
value: '' value: ''

View File

@@ -97,10 +97,6 @@ spec:
- name: RAMP_TIME - name: RAMP_TIME
value: '' value: ''
# lib can be litmus or pumba
- name: LIB
value: 'litmus'
# percentage of total pods to target # percentage of total pods to target
- name: PODS_AFFECTED_PERC - name: PODS_AFFECTED_PERC
value: '' value: ''

View File

@@ -104,10 +104,6 @@ spec:
- name: RAMP_TIME - name: RAMP_TIME
value: '' value: ''
# lib can be litmus or pumba
- name: LIB
value: 'litmus'
# percentage of total pods to target # percentage of total pods to target
- name: PODS_AFFECTED_PERC - name: PODS_AFFECTED_PERC
value: '' value: ''

View File

@@ -104,11 +104,6 @@ spec:
- name: RAMP_TIME - name: RAMP_TIME
value: '' value: ''
# Provide the LIB here
# support litmus and pumba
- name: LIB
value: 'litmus'
# provide lib image # provide lib image
- name: LIB_IMAGE - name: LIB_IMAGE
value: 'litmuschaos/go-runner:latest' value: 'litmuschaos/go-runner:latest'

View File

@@ -81,11 +81,6 @@ spec:
## Period to wait before and after injection of chaos in sec ## Period to wait before and after injection of chaos in sec
- name: RAMP_TIME - name: RAMP_TIME
value: '' value: ''
## env var that describes the library used to execute the chaos
## default: litmus. Supported values: litmus
- name: LIB
value: 'litmus'
# The command to kill the chaos process # The command to kill the chaos process
- name: CHAOS_KILL_COMMAND - name: CHAOS_KILL_COMMAND

View File

@@ -86,11 +86,6 @@ spec:
- name: RAMP_TIME - name: RAMP_TIME
value: '' value: ''
## env var that describes the library used to execute the chaos
## default: litmus. Supported values: litmus, pumba
- name: LIB
value: 'litmus'
## It is used in pumba lib only ## It is used in pumba lib only
- name: LIB_IMAGE - name: LIB_IMAGE
value: 'litmuschaos/go-runner:latest' value: 'litmuschaos/go-runner:latest'

View File

@@ -89,10 +89,6 @@ spec:
# Time period to wait before and after injection of chaos in sec # Time period to wait before and after injection of chaos in sec
- name: RAMP_TIME - name: RAMP_TIME
value: '' value: ''
# lib can be litmus or pumba
- name: LIB
value: 'litmus'
## percentage of total pods to target ## percentage of total pods to target
- name: PODS_AFFECTED_PERC - name: PODS_AFFECTED_PERC

View File

@@ -84,10 +84,6 @@ spec:
- name: NETWORK_PACKET_DUPLICATION_PERCENTAGE - name: NETWORK_PACKET_DUPLICATION_PERCENTAGE
value: '100' # in percentage value: '100' # in percentage
# lib can be litmus or pumba
- name: LIB
value: 'litmus'
- name: TARGET_PODS - name: TARGET_PODS
value: '' value: ''

View File

@@ -93,10 +93,6 @@ spec:
- name: JITTER - name: JITTER
value: '0' value: '0'
# lib can be litmus or pumba
- name: LIB
value: 'litmus'
## percentage of total pods to target ## percentage of total pods to target
- name: PODS_AFFECTED_PERC - name: PODS_AFFECTED_PERC
value: '' value: ''

View File

@@ -90,10 +90,6 @@ spec:
- name: RAMP_TIME - name: RAMP_TIME
value: '' value: ''
# it can be litmus or pumba
- name: LIB
value: 'litmus'
## percentage of total pods to target ## percentage of total pods to target
- name: PODS_AFFECTED_PERC - name: PODS_AFFECTED_PERC
value: '' value: ''

View File

@@ -62,10 +62,6 @@ spec:
- name: RAMP_TIME - name: RAMP_TIME
value: '' value: ''
# it should be litmus
- name: LIB
value: 'litmus'
# provide the destination ips # provide the destination ips
# chaos injection will be triggered for these destination ips # chaos injection will be triggered for these destination ips
- name: DESTINATION_IPS - name: DESTINATION_IPS

View File

@@ -114,11 +114,6 @@ spec:
- name: ZOOKEEPER_PORT - name: ZOOKEEPER_PORT
value: '' value: ''
## env var that describes the library used to execute the chaos
## default: litmus. Supported values: litmus
- name: LIB
value: 'litmus'
labels: labels:
name: kafka-broker-pod-failure name: kafka-broker-pod-failure

View File

@@ -72,11 +72,6 @@ spec:
# Provide the path of aws credentials mounted from secret # Provide the path of aws credentials mounted from secret
- name: AWS_SHARED_CREDENTIALS_FILE - name: AWS_SHARED_CREDENTIALS_FILE
value: '/tmp/cloud_config.yml' value: '/tmp/cloud_config.yml'
# provide the LIB
# only litmus supported
- name: LIB
value: 'litmus'
labels: labels:
name: ebs-loss-by-id name: ebs-loss-by-id

View File

@@ -74,11 +74,6 @@ spec:
# Provide the path of aws credentials mounted from secret # Provide the path of aws credentials mounted from secret
- name: AWS_SHARED_CREDENTIALS_FILE - name: AWS_SHARED_CREDENTIALS_FILE
value: '/tmp/cloud_config.yml' value: '/tmp/cloud_config.yml'
# provide the LIB
# only litmus supported
- name: LIB
value: 'litmus'
labels: labels:
name: ebs-loss-by-tag name: ebs-loss-by-tag

View File

@@ -82,11 +82,6 @@ spec:
# Provide the path of aws credentials mounted from secret # Provide the path of aws credentials mounted from secret
- name: AWS_SHARED_CREDENTIALS_FILE - name: AWS_SHARED_CREDENTIALS_FILE
value: '/tmp/cloud_config.yml' value: '/tmp/cloud_config.yml'
# provide the LIB
# only litmus supported
- name: LIB
value: 'litmus'
labels: labels:
name: ec2-terminate-by-id name: ec2-terminate-by-id

View File

@@ -84,11 +84,6 @@ spec:
# Provide the path of aws credentials mounted from secret # Provide the path of aws credentials mounted from secret
- name: AWS_SHARED_CREDENTIALS_FILE - name: AWS_SHARED_CREDENTIALS_FILE
value: '/tmp/cloud_config.yml' value: '/tmp/cloud_config.yml'
# provide the LIB
# only litmus supported
- name: LIB
value: 'litmus'
labels: labels:
name: ec2-terminate-by-tag name: ec2-terminate-by-tag

View File

@@ -77,11 +77,6 @@ spec:
- name: SEQUENCE - name: SEQUENCE
value: 'parallel' value: 'parallel'
## env var that describes the library used to execute the chaos
## default: litmus. Supported values: litmus
- name: LIB
value: 'litmus'
labels: labels:
name: spring-boot-app-kill name: spring-boot-app-kill
app.kubernetes.io/part-of: litmus app.kubernetes.io/part-of: litmus

View File

@@ -86,11 +86,6 @@ spec:
- name: SEQUENCE - name: SEQUENCE
value: 'parallel' value: 'parallel'
## env var that describes the library used to execute the chaos
## default: litmus. Supported values: litmus
- name: LIB
value: 'litmus'
labels: labels:
name: spring-boot-cpu-stress name: spring-boot-cpu-stress
app.kubernetes.io/part-of: litmus app.kubernetes.io/part-of: litmus

View File

@@ -89,11 +89,6 @@ spec:
- name: SEQUENCE - name: SEQUENCE
value: 'parallel' value: 'parallel'
## env var that describes the library used to execute the chaos
## default: litmus. Supported values: litmus
- name: LIB
value: 'litmus'
labels: labels:
name: spring-boot-exceptions name: spring-boot-exceptions
app.kubernetes.io/part-of: litmus app.kubernetes.io/part-of: litmus

View File

@@ -128,11 +128,6 @@ spec:
- name: SEQUENCE - name: SEQUENCE
value: 'parallel' value: 'parallel'
## env var that describes the library used to execute the chaos
## default: litmus. Supported values: litmus
- name: LIB
value: 'litmus'
labels: labels:
name: spring-boot-faults name: spring-boot-faults
app.kubernetes.io/part-of: litmus app.kubernetes.io/part-of: litmus

View File

@@ -85,11 +85,6 @@ spec:
- name: SEQUENCE - name: SEQUENCE
value: 'parallel' value: 'parallel'
## env var that describes the library used to execute the chaos
## default: litmus. Supported values: litmus
- name: LIB
value: 'litmus'
labels: labels:
name: spring-boot-latency name: spring-boot-latency
app.kubernetes.io/part-of: litmus app.kubernetes.io/part-of: litmus

View File

@@ -86,11 +86,6 @@ spec:
- name: SEQUENCE - name: SEQUENCE
value: 'parallel' value: 'parallel'
## env var that describes the library used to execute the chaos
## default: litmus. Supported values: litmus
- name: LIB
value: 'litmus'
labels: labels:
name: spring-boot-memory-stress name: spring-boot-memory-stress
app.kubernetes.io/part-of: litmus app.kubernetes.io/part-of: litmus

View File

@@ -80,9 +80,6 @@ spec:
- name: CHAOS_INTERVAL - name: CHAOS_INTERVAL
value: '30' value: '30'
- name: LIB
value: 'litmus'
- name: RAMP_TIME - name: RAMP_TIME
value: '' value: ''

View File

@@ -99,9 +99,7 @@ spec:
- name: CHAOS_INTERVAL - name: CHAOS_INTERVAL
value: '5' value: '5'
- name: LIB
value: 'litmus'
labels: labels:
name: pod-delete name: pod-delete
container: container:

View File

@@ -103,9 +103,7 @@ spec:
- name: CHAOS_INTERVAL - name: CHAOS_INTERVAL
value: '5' value: '5'
- name: LIB
value: 'litmus'
labels: labels:
name: pod-delete name: pod-delete
container: container:

View File

@@ -89,11 +89,6 @@ spec:
- name: RAMP_TIME - name: RAMP_TIME
value: '' value: ''
## env var that describes the library used to execute the chaos
## default: litmus. Supported values: litmus, powerfulseal, chaoskube
- name: LIB
value: 'litmus'
- name: TARGET_POD - name: TARGET_POD
value: '' value: ''

View File

@@ -93,11 +93,6 @@ spec:
- name: RAMP_TIME - name: RAMP_TIME
value: '' value: ''
## env var that describes the library used to execute the chaos
## default: litmus. Supported values: litmus, powerfulseal, chaoskube
- name: LIB
value: 'litmus'
- name: TARGET_POD - name: TARGET_POD
value: '' value: ''

View File

@@ -96,9 +96,7 @@ spec:
- name: CHAOS_INTERVAL - name: CHAOS_INTERVAL
value: '5' value: '5'
- name: LIB
value: 'litmus'
labels: labels:
name: pod-delete name: pod-delete
container: container:

View File

@@ -100,9 +100,7 @@ spec:
- name: CHAOS_INTERVAL - name: CHAOS_INTERVAL
value: '5' value: '5'
- name: LIB
value: 'litmus'
labels: labels:
name: pod-delete name: pod-delete
container: container:

View File

@@ -93,11 +93,6 @@ spec:
- name: NODE_CPU_CORE - name: NODE_CPU_CORE
value: '' value: ''
# PROVIDE THE LIB HERE
# ONLY LITMUS SUPPORTED
- name: LIB
value: 'litmus'
# provide lib image # provide lib image
- name: LIB_IMAGE - name: LIB_IMAGE
value: 'litmuschaos/go-runner:latest' value: 'litmuschaos/go-runner:latest'

View File

@@ -97,11 +97,6 @@ spec:
- name: NODE_CPU_CORE - name: NODE_CPU_CORE
value: '' value: ''
# PROVIDE THE LIB HERE
# ONLY LITMUS SUPPORTED
- name: LIB
value: 'litmus'
# provide lib image # provide lib image
- name: LIB_IMAGE - name: LIB_IMAGE
value: 'litmuschaos/go-runner:latest' value: 'litmuschaos/go-runner:latest'

View File

@@ -93,11 +93,6 @@ spec:
- name: RAMP_TIME - name: RAMP_TIME
value: '' value: ''
# Provide the LIB here
# Only litmus supported
- name: LIB
value: 'litmus'
# provide lib image # provide lib image
- name: LIB_IMAGE - name: LIB_IMAGE
value: 'litmuschaos/go-runner:latest' value: 'litmuschaos/go-runner:latest'

View File

@@ -92,10 +92,6 @@ spec:
# Period to wait before and after injection of chaos in sec # Period to wait before and after injection of chaos in sec
- name: RAMP_TIME - name: RAMP_TIME
value: '' value: ''
# Provide the LIB here
# Only litmus supported
- name: LIB
value: 'litmus'
# provide lib image # provide lib image
- name: LIB_IMAGE - name: LIB_IMAGE
value: 'litmuschaos/go-runner:latest' value: 'litmuschaos/go-runner:latest'

View File

@@ -90,9 +90,6 @@ spec:
- name: RAMP_TIME - name: RAMP_TIME
value: '' value: ''
- name: LIB
value: 'litmus'
- name: TARGET_POD - name: TARGET_POD
value: '' value: ''

View File

@@ -94,9 +94,6 @@ spec:
- name: RAMP_TIME - name: RAMP_TIME
value: '' value: ''
- name: LIB
value: 'litmus'
- name: TARGET_POD - name: TARGET_POD
value: '' value: ''

View File

@@ -99,9 +99,7 @@ spec:
- name: CHAOS_INTERVAL - name: CHAOS_INTERVAL
value: '5' value: '5'
- name: LIB
value: 'litmus'
labels: labels:
name: pod-delete name: pod-delete
container: container:

View File

@@ -103,9 +103,7 @@ spec:
- name: CHAOS_INTERVAL - name: CHAOS_INTERVAL
value: '5' value: '5'
- name: LIB
value: 'litmus'
labels: labels:
name: pod-delete name: pod-delete
container: container:

View File

@@ -89,11 +89,6 @@ spec:
- name: RAMP_TIME - name: RAMP_TIME
value: '' value: ''
## env var that describes the library used to execute the chaos
## default: litmus. Supported values: litmus, powerfulseal, chaoskube
- name: LIB
value: 'litmus'
- name: TARGET_POD - name: TARGET_POD
value: '' value: ''

View File

@@ -91,12 +91,7 @@ spec:
## Period to wait before and after injection of chaos in sec ## Period to wait before and after injection of chaos in sec
- name: RAMP_TIME - name: RAMP_TIME
value: '' value: ''
## env var that describes the library used to execute the chaos
## default: litmus. Supported values: litmus, powerfulseal, chaoskube
- name: LIB
value: 'litmus'
- name: TARGET_POD - name: TARGET_POD
value: '' value: ''