We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c9d747 commit 9a90f4cCopy full SHA for 9a90f4c
.github/workflows/kind-chaos-mesh-ci.yml
@@ -45,10 +45,13 @@ jobs:
45
sleep 5
46
kubectl get pods
47
48
+ - name: Setup Chaos Mesh Config File
49
+ run: echo "CFG_BASE64=$(base64 kubernetes/test/chaos-mesh/experiments/container-kill.yaml)" >> $GITHUB_ENV
50
+
51
- name: Chaos Mesh
52
uses: chaos-mesh/chaos-mesh-action@v0.4
53
env:
- CFG_BASE64: ${secrets.CHAOS_MESH_CFG_FILE}
54
+ CFG_BASE64: ${CFG_BASE64}
55
CHAOS_MESH_VERSION: v1.0.0
56
57
- name: Check pods
0 commit comments