Skip to content

Commit

Permalink
test(e2e): enable all case
Browse files Browse the repository at this point in the history
  • Loading branch information
whg517 committed Dec 31, 2024
1 parent 2d050f7 commit a0fd87b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ chainsaw-setup: ## Run the chainsaw setup

.PHONY: chainsaw-test
chainsaw-test: chainsaw ## Run the chainsaw test
KUBECONFIG=$(KIND_KUBECONFIG) $(CHAINSAW) test --cluster cluster-1=$(KIND_KUBECONFIG) --test-dir ./test/e2e/tls
KUBECONFIG=$(KIND_KUBECONFIG) $(CHAINSAW) test --cluster cluster-1=$(KIND_KUBECONFIG) --test-dir ./test/e2e/

.PHONY: chainsaw-cleanup
chainsaw-cleanup: ## Run the chainsaw cleanup
Expand Down
4 changes: 2 additions & 2 deletions test/e2e/tls/tls-pkcs12.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ spec:
resources:
limits:
memory: "128Mi"
cpu: "100m"
memory: "50Mi"
cpu: "50m"
securityContext:
runAsUser: 0
runAsGroup: 0
Expand Down
4 changes: 2 additions & 2 deletions test/e2e/tls/tls-scope.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ spec:
fieldPath: metadata.namespace
resources:
limits:
memory: "128Mi"
cpu: "100m"
memory: "50Mi"
cpu: "50m"
command:
- /bin/bash
- -c
Expand Down

0 comments on commit a0fd87b

Please sign in to comment.