From 39cad2a5c6220ba83a490500a372640a8ce65935 Mon Sep 17 00:00:00 2001
From: Markus Klose <markus.klose@student.reutlingen-university.de>
Date: Fri, 13 Jan 2023 16:22:15 +0100
Subject: [PATCH] values.yml

---
 cloud_computing_helm/values.yaml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/cloud_computing_helm/values.yaml b/cloud_computing_helm/values.yaml
index 6307ef2..5f81682 100644
--- a/cloud_computing_helm/values.yaml
+++ b/cloud_computing_helm/values.yaml
@@ -11,8 +11,8 @@ image:
   tag: ""
 
 imagePullSecrets: []
-nameOverride: ""
-fullnameOverride: ""
+nameOverride: "cloud_app"
+fullnameOverride: "cloudcomputingchart"
 
 serviceAccount:
   # Specifies whether a service account should be created
@@ -21,7 +21,7 @@ serviceAccount:
   annotations: {}
   # The name of the service account to use.
   # If not set and create is true, a name is generated using the fullname template
-  name: "cloud_computing"
+  name: "cloudcomputingservice"
 
 podAnnotations: {}
 
-- 
GitLab