From 21d5cfe08c8e706ecd302566ea64e18d748d2db6 Mon Sep 17 00:00:00 2001
From: Rob Kooper <kooper@illinois.edu>
Date: Thu, 29 Sep 2022 10:01:10 -0500
Subject: [PATCH] secret is now cloud.conf

---
 charts/apps/templates/storage/cinder.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/charts/apps/templates/storage/cinder.yaml b/charts/apps/templates/storage/cinder.yaml
index 510496e..1a9a435 100644
--- a/charts/apps/templates/storage/cinder.yaml
+++ b/charts/apps/templates/storage/cinder.yaml
@@ -36,7 +36,7 @@ spec:
           create: true
           name: cinder-csi-cloud-config
           data:
-            cloud-config: |-
+            cloud.conf: |-
               [Global]
               auth-url={{ .Values.openstack.auth_url }}
               region=RegionOne
-- 
GitLab