From af8b1b70732abfd124bc714c775f03ba4b15b462 Mon Sep 17 00:00:00 2001 From: gaoshiyao Date: Thu, 25 Apr 2019 11:56:38 +0800 Subject: [PATCH] update --- step.yaml | 4 ++-- values.yaml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/step.yaml b/step.yaml index 6ce40f6..c095c02 100644 --- a/step.yaml +++ b/step.yaml @@ -7,13 +7,13 @@ configInfo: text: 版本 type: radio value: ["latest"] - - name: storageSpec.volumeClaimTemplate.spec.storageClassName + - name: storageSpec text: 存储类 type: storage value: "rook-ceph-block" storage: "4Gi" hostpath: "/data/path" - - name: storageSpec.volumeClaimTemplate.spec.resources + - name: resources text: 资源限制 type: resource memory: "5Gi" diff --git a/values.yaml b/values.yaml index f53d674..fc9b922 100644 --- a/values.yaml +++ b/values.yaml @@ -10,6 +10,7 @@ storageSpec: requests: storage: 1Gi selector: {} + busybox: image: registry-vpc.cn-qingdao.aliyuncs.com/wod/busybox tag: 1.29 -- 2.26.0