Move statefulset to apps/v1 (#1350)

This commit is contained in:
Ta-Ching Chen
2019-10-10 23:42:40 +08:00
committed by GitHub
parent b8311d43ce
commit 53b075a315
+1 -1
View File
@@ -13,7 +13,7 @@ spec:
selector:
app: redis
---
apiVersion: apps/v1beta2
apiVersion: apps/v1
kind: StatefulSet
metadata:
name: redis