From 53b075a31585c57a181be5d1a09c0a8d2470c22e Mon Sep 17 00:00:00 2001 From: Ta-Ching Chen Date: Thu, 10 Oct 2019 23:42:40 +0800 Subject: [PATCH] Move statefulset to apps/v1 (#1350) --- charts/fission-all/templates/redis.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/fission-all/templates/redis.yaml b/charts/fission-all/templates/redis.yaml index 9a39f8e1..a3152754 100644 --- a/charts/fission-all/templates/redis.yaml +++ b/charts/fission-all/templates/redis.yaml @@ -13,7 +13,7 @@ spec: selector: app: redis --- -apiVersion: apps/v1beta2 +apiVersion: apps/v1 kind: StatefulSet metadata: name: redis