From 06b03555684a7d92d1282b051bd22c38b13f6574 Mon Sep 17 00:00:00 2001 From: Lars Date: Wed, 13 Sep 2023 10:19:53 +0200 Subject: [PATCH] Fixed storage provisioner annot --- .gitlab-ci.yml | 2 +- Chart/templates/persistentvolumeclaim.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index deec798..b898634 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ variables: - HELM_CHART_VERSION: "1.0.8" + HELM_CHART_VERSION: "1.0.9" stages: - deploy diff --git a/Chart/templates/persistentvolumeclaim.yaml b/Chart/templates/persistentvolumeclaim.yaml index 72be4e7..3989e0f 100644 --- a/Chart/templates/persistentvolumeclaim.yaml +++ b/Chart/templates/persistentvolumeclaim.yaml @@ -6,8 +6,8 @@ metadata: labels: {{- include "..labels" . | nindent 4 }} annotations: - volume.beta.kubernetes.io/storage-class: {{ .Values.storage.cloud.driver }} - volume.kubernetes.io/storage-class: {{ .Values.storage.cloud.driver }} + volume.beta.kubernetes.io/storage-provisioner: {{ .Values.storage.cloud.driver }} + volume.kubernetes.io/storage-provisioner: {{ .Values.storage.cloud.driver }} spec: volumeMode: Filesystem volumeName: pv-{{ include "..name" . }}-cloud