Skip to content

Commit

Permalink
Merge pull request #360 from vshn/remove-netpol-postgres
Browse files Browse the repository at this point in the history
Remove netpol from postgres status
  • Loading branch information
zugao authored May 10, 2024
2 parents d81c3be + 4e8688c commit 5911d27
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions tests/e2e/postgresql/00-assert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ status:
localCAConditions:
- status: "True"
- status: "True"
networkPolicyConditions:
- status: "True"
- status: "True"
objectBackupConfigConditions:
- status: "True"
- status: "True"
Expand Down
2 changes: 1 addition & 1 deletion tests/tests.mk
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ e2e-test: $(kuttl_bin) ## Run e2e tests
# kuttl leaves kubeconfig garbage: https://github.com/kudobuilder/kuttl/issues/297

.PHONY: .run-single-e2e
run-single-e2e:
run-single-e2e: $(kuttl_bin)
@kubectl create namespace appcat-e2e || true
GOBIN=$(go_bin) $(kuttl_bin) test ./tests/e2e --config ./tests/e2e/kuttl-test.yaml --suppress-log=Events --test $(test)
@rm -f kubeconfig
Expand Down

0 comments on commit 5911d27

Please sign in to comment.