diff --git a/charts/generic/experiments.yaml b/charts/generic/experiments.yaml index 2d8672a..8d69336 100644 --- a/charts/generic/experiments.yaml +++ b/charts/generic/experiments.yaml @@ -159,6 +159,11 @@ spec: ## It is used in pumba lib only - name: LIB_IMAGE value: 'gaiaadm/pumba' + + # provide the socket file path + # it is used in pumba lib + - name: SOCKET_PATH + value: '/var/run/docker.sock' - name: CHAOS_KILL_COMMAND value: "kill -9 $(ps afx | grep \"[dd] if /dev/zero\" | awk '{print $1}' | tr '\n' ' ')" @@ -1456,7 +1461,12 @@ spec: # provide lib image - name: LIB_IMAGE - value: 'gaiaadm/pumba' + value: 'gaiaadm/pumba' + + # provide the socket file path + # it is used in pumba lib + - name: SOCKET_PATH + value: '/var/run/docker.sock' ## it defines the sequence of chaos execution for multiple target pods ## supported values: serial, parallel @@ -1900,6 +1910,11 @@ spec: - name: LIB_IMAGE value: 'gaiaadm/pumba' + # provide the socket file path + # it is used in pumba lib + - name: SOCKET_PATH + value: '/var/run/docker.sock' + - name: TARGET_PODS value: ''