From 58e3de1175d79a155cc7531b4809dc3bac0cab1c Mon Sep 17 00:00:00 2001 From: Lubomir Dolezal <lubomir.bucek@eox.at> Date: Thu, 13 Jan 2022 10:46:33 +0100 Subject: [PATCH] update tenant to project --- values.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/values.yaml b/values.yaml index 49c87e9..7c9db29 100644 --- a/values.yaml +++ b/values.yaml @@ -46,8 +46,8 @@ global: # type: swift # username: "username" # password: "password" - # tenant_name: "tenant_name" - # tenant_id: "tenant_id" + # project_name: "project_name" + # project_id: "project_id" # region_name: "region_name" # auth_url: "auth_url" # auth_url_short: "auth_url_short" @@ -66,8 +66,8 @@ global: # type: swift # username: "username" # password: "password" - # tenant_name: "tenant_name" - # tenant_id: "tenant_id" + # project_name: "project_name" + # project_id: "project_id" # region_name: "region_name" # auth_url: "auth_url" # auth_url_short: "auth_url_short" -- GitLab