From b82659ef0c684f5e75c890caab8aad3dc3222504 Mon Sep 17 00:00:00 2001 From: Shubham Gupta Date: Sat, 28 Oct 2023 21:41:52 +0530 Subject: [PATCH] crd Signed-off-by: Shubham Gupta --- .github/workflows/validate-example.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate-example.yaml b/.github/workflows/validate-example.yaml index 4494341b9..4d9ad3fc3 100644 --- a/.github/workflows/validate-example.yaml +++ b/.github/workflows/validate-example.yaml @@ -40,7 +40,7 @@ jobs: - name: Validate CRD Installation run: | - CRDs=("Redis" "RedisSentinel" "RedisCluster" "RedisReplication") + CRDs=("redis" "redissentinels" "redisclusters" "redisreplications") for crd in "${CRDs[@]}"; do kubectl get crd $crd.redis.redis.opstreelabs.in || exit 1 done