This is an automated email from the ASF dual-hosted git repository.
dgrove pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-deploy-kube.git
The following commit(s) were added to refs/heads/master by this push:
new 108f327 fix: etcd-pvc being deployed even etcd-pod not being deployed
(#783)
108f327 is described below
commit 108f327580f04c51dc4b29ac0beff024cfd6f2f9
Author: zyue110026 <[email protected]>
AuthorDate: Wed Jul 31 17:34:28 2024 -0500
fix: etcd-pvc being deployed even etcd-pod not being deployed (#783)
---
helm/openwhisk/templates/etcd-pvc.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/helm/openwhisk/templates/etcd-pvc.yaml
b/helm/openwhisk/templates/etcd-pvc.yaml
index 860360c..367dc6d 100644
--- a/helm/openwhisk/templates/etcd-pvc.yaml
+++ b/helm/openwhisk/templates/etcd-pvc.yaml
@@ -15,7 +15,7 @@
# limitations under the License.
#
-{{- if and (not .Values.etcd.external) .Values.k8s.persistence.enabled }}
+{{- if and (not .Values.etcd.external) .Values.k8s.persistence.enabled
(.Values.scheduler.enabled) }}
apiVersion: v1
kind: PersistentVolumeClaim
metadata: