Skip to content

Commit

Permalink
Merge pull request #803 from rabbitmq/delete-helm-chart
Browse files Browse the repository at this point in the history
Removing Helm chart to deploy RabbitmqCluster object
  • Loading branch information
Zerpet authored Aug 16, 2021
2 parents 78cc7ad + c20c1aa commit fec7f9c
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 394 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ jobs:
run: make unit-tests
- name: Integration tests
run: make integration-tests
- name: Helm chart tests
run: make chart-tests

test-all-examples:
name: test-all-examples
Expand Down
6 changes: 1 addition & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -163,15 +163,11 @@ kind-unprepare: ## Remove KIND support for LoadBalancer services
system-tests: install-tools ## Run end-to-end tests against Kubernetes cluster defined in ~/.kube/config
NAMESPACE="rabbitmq-system" ginkgo -nodes=3 -randomizeAllSpecs -r system_tests/

chart-tests: ## Run Helm chart tests
echo "running charts tests"
cd charts/rabbitmq && ./test.sh

kubectl-plugin-tests: ## Run kubectl-rabbitmq tests
echo "running kubectl plugin tests"
./bin/kubectl-rabbitmq.bats

tests: unit-tests integration-tests system-tests chart-tests kubectl-plugin-tests
tests: unit-tests integration-tests system-tests kubectl-plugin-tests

docker-registry-secret: check-env-docker-credentials operator-namespace
echo "creating registry secret and patching default service account"
Expand Down
3 changes: 0 additions & 3 deletions charts/README.md

This file was deleted.

2 changes: 0 additions & 2 deletions charts/rabbitmq/.gitignore

This file was deleted.

21 changes: 0 additions & 21 deletions charts/rabbitmq/Chart.yaml

This file was deleted.

94 changes: 0 additions & 94 deletions charts/rabbitmq/example-configurations.yaml

This file was deleted.

90 changes: 0 additions & 90 deletions charts/rabbitmq/expected-template-output

This file was deleted.

121 changes: 0 additions & 121 deletions charts/rabbitmq/templates/rabbitmq.yaml

This file was deleted.

36 changes: 0 additions & 36 deletions charts/rabbitmq/test.sh

This file was deleted.

Loading

0 comments on commit fec7f9c

Please sign in to comment.