From f43ad711ceea8a2c0dea151d3585cea2a175242b Mon Sep 17 00:00:00 2001 From: tompizmor Date: Fri, 17 Apr 2020 13:54:34 +0200 Subject: [PATCH] Delete unmaintained test.yaml file --- bitnami/redis-exporter/test.yaml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 bitnami/redis-exporter/test.yaml diff --git a/bitnami/redis-exporter/test.yaml b/bitnami/redis-exporter/test.yaml deleted file mode 100644 index e274ce7db141..000000000000 --- a/bitnami/redis-exporter/test.yaml +++ /dev/null @@ -1,22 +0,0 @@ -## This is test deployment for Kubernetes platforms. -## This is not intended to be used in production. -## -apiVersion: extensions/v1beta1 -kind: Deployment -metadata: - labels: - app: test-redis-exporter - name: test-redis-exporter -spec: - replicas: 1 - selector: - matchLabels: - app: test-redis-exporter - template: - metadata: - labels: - app: test-redis-exporter - spec: - containers: - - image: bitnami/redis-exporter - name: redis-exporter