From 31809b86ad2fda7a4002fccec80ddf63f3257119 Mon Sep 17 00:00:00 2001 From: Marcel Zapf Date: Thu, 11 Jan 2024 16:32:52 +0000 Subject: [PATCH] change deployment --- helm/templates/deployment.yaml | 2 +- .../{slides-configmap copy.yaml => nginxdotconf-configmap.yaml} | 0 helm/templates/{nginx-configmap.yaml => slides-configmap.yaml} | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename helm/templates/{slides-configmap copy.yaml => nginxdotconf-configmap.yaml} (100%) rename helm/templates/{nginx-configmap.yaml => slides-configmap.yaml} (100%) diff --git a/helm/templates/deployment.yaml b/helm/templates/deployment.yaml index 55d6bcd..49c0696 100644 --- a/helm/templates/deployment.yaml +++ b/helm/templates/deployment.yaml @@ -43,7 +43,7 @@ spec: volumes: - name: config-volume configMap: - name: nginx-config + name: nginx-conf {{- if .Values.configMap.enabled }} - name: config-volume configMap: diff --git a/helm/templates/slides-configmap copy.yaml b/helm/templates/nginxdotconf-configmap.yaml similarity index 100% rename from helm/templates/slides-configmap copy.yaml rename to helm/templates/nginxdotconf-configmap.yaml diff --git a/helm/templates/nginx-configmap.yaml b/helm/templates/slides-configmap.yaml similarity index 100% rename from helm/templates/nginx-configmap.yaml rename to helm/templates/slides-configmap.yaml