Skip to content

Commit fec7f9c

Browse files
authored
Merge pull request #803 from rabbitmq/delete-helm-chart
Removing Helm chart to deploy RabbitmqCluster object
2 parents 78cc7ad + c20c1aa commit fec7f9c

File tree

11 files changed

+1
-394
lines changed

11 files changed

+1
-394
lines changed

.github/workflows/pr.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ jobs:
2020
run: make unit-tests
2121
- name: Integration tests
2222
run: make integration-tests
23-
- name: Helm chart tests
24-
run: make chart-tests
2523

2624
test-all-examples:
2725
name: test-all-examples

Makefile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -163,15 +163,11 @@ kind-unprepare: ## Remove KIND support for LoadBalancer services
163163
system-tests: install-tools ## Run end-to-end tests against Kubernetes cluster defined in ~/.kube/config
164164
NAMESPACE="rabbitmq-system" ginkgo -nodes=3 -randomizeAllSpecs -r system_tests/
165165

166-
chart-tests: ## Run Helm chart tests
167-
echo "running charts tests"
168-
cd charts/rabbitmq && ./test.sh
169-
170166
kubectl-plugin-tests: ## Run kubectl-rabbitmq tests
171167
echo "running kubectl plugin tests"
172168
./bin/kubectl-rabbitmq.bats
173169

174-
tests: unit-tests integration-tests system-tests chart-tests kubectl-plugin-tests
170+
tests: unit-tests integration-tests system-tests kubectl-plugin-tests
175171

176172
docker-registry-secret: check-env-docker-credentials operator-namespace
177173
echo "creating registry secret and patching default service account"

charts/README.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

charts/rabbitmq/.gitignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

charts/rabbitmq/Chart.yaml

Lines changed: 0 additions & 21 deletions
This file was deleted.

charts/rabbitmq/example-configurations.yaml

Lines changed: 0 additions & 94 deletions
This file was deleted.

charts/rabbitmq/expected-template-output

Lines changed: 0 additions & 90 deletions
This file was deleted.

charts/rabbitmq/templates/rabbitmq.yaml

Lines changed: 0 additions & 121 deletions
This file was deleted.

charts/rabbitmq/test.sh

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)