From 8c0efadeee9ca034c7661556af799c84db7f791b Mon Sep 17 00:00:00 2001 From: Nico Hanus Date: Fri, 17 Apr 2020 12:44:54 +0200 Subject: [PATCH] ***NO_CI*** fix helmvalues --- helmvalues/client.Integration.yaml | 8 ++++---- helmvalues/client.Production.yaml | 8 ++++---- helmvalues/client.Staging.yaml | 8 ++++---- helmvalues/client.Test.yaml | 8 ++++---- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/helmvalues/client.Integration.yaml b/helmvalues/client.Integration.yaml index 084b47f0b..974f65eaf 100644 --- a/helmvalues/client.Integration.yaml +++ b/helmvalues/client.Integration.yaml @@ -1,15 +1,15 @@ fullnameOverride: isa-ui image: harborRepo: isa/ui - tag: prod-$(BUILD.BUILDNUMBER)-$(BUILD.SOURCEVERSION) + tag: prod-%BUILD.BUILDNUMBER%-%BUILD.SOURCEVERSION% ingress: enabled: true path: / hosts: - - isa-$(LOWERENVIRONMENT).kubernetes.paragon-systems.de + - isa-%LOWERENVIRONMENT%.kubernetes.paragon-systems.de -aspnet_environment: $(ENVIRONMENT) +aspnet_environment: %ENVIRONMENT% configMap: - mountPath: /usr/share/nginx/html/assets/config \ No newline at end of file + mountPath: /usr/share/nginx/html/assets/config diff --git a/helmvalues/client.Production.yaml b/helmvalues/client.Production.yaml index 59635c49d..fab9c0d28 100644 --- a/helmvalues/client.Production.yaml +++ b/helmvalues/client.Production.yaml @@ -1,21 +1,21 @@ fullnameOverride: isa-ui image: harborRepo: isa/ui - tag: prod-$(BUILD.BUILDNUMBER)-$(BUILD.SOURCEVERSION) + tag: prod-%BUILD.BUILDNUMBER%-%BUILD.SOURCEVERSION% ingress: enabled: true path: / hosts: - isa.kubernetes.paragon-systems.de - - isa-$(LOWERENVIRONMENT).kubernetes.paragon-systems.de + - isa-%LOWERENVIRONMENT%.kubernetes.paragon-systems.de deployment_annotations: co.elastic.logs/module: nginx co.elastic.logs/fileset.stdout: access co.elastic.logs/fileset.stderr: error -aspnet_environment: $(ENVIRONMENT) +aspnet_environment: %ENVIRONMENT% configMap: - mountPath: /usr/share/nginx/html/assets/config \ No newline at end of file + mountPath: /usr/share/nginx/html/assets/config diff --git a/helmvalues/client.Staging.yaml b/helmvalues/client.Staging.yaml index 4ed629157..72a3df532 100644 --- a/helmvalues/client.Staging.yaml +++ b/helmvalues/client.Staging.yaml @@ -1,20 +1,20 @@ fullnameOverride: isa-ui image: harborRepo: isa/ui - tag: prod-$(BUILD.BUILDNUMBER)-$(BUILD.SOURCEVERSION) + tag: prod-%BUILD.BUILDNUMBER%-%BUILD.SOURCEVERSION% ingress: enabled: true path: / hosts: - - isa-$(LOWERENVIRONMENT).kubernetes.paragon-systems.de + - isa-%LOWERENVIRONMENT%.kubernetes.paragon-systems.de deployment_annotations: co.elastic.logs/module: nginx co.elastic.logs/fileset.stdout: access co.elastic.logs/fileset.stderr: error -aspnet_environment: $(ENVIRONMENT) +aspnet_environment: %ENVIRONMENT% configMap: - mountPath: /usr/share/nginx/html/assets/config \ No newline at end of file + mountPath: /usr/share/nginx/html/assets/config diff --git a/helmvalues/client.Test.yaml b/helmvalues/client.Test.yaml index 8ae928a4d..b2b184e61 100644 --- a/helmvalues/client.Test.yaml +++ b/helmvalues/client.Test.yaml @@ -1,15 +1,15 @@ fullnameOverride: isa-ui image: harborRepo: isa/ui - tag: debug-$(BUILD.BUILDNUMBER)-$(BUILD.SOURCEVERSION) + tag: debug-%BUILD.BUILDNUMBER%-%BUILD.SOURCEVERSION% ingress: enabled: true path: / hosts: - - isa-$(LOWERENVIRONMENT).kubernetes.paragon-systems.de + - isa-%LOWERENVIRONMENT%.kubernetes.paragon-systems.de -aspnet_environment: $(ENVIRONMENT) +aspnet_environment: %ENVIRONMENT% configMap: - mountPath: /usr/share/nginx/html/assets/config \ No newline at end of file + mountPath: /usr/share/nginx/html/assets/config