From 2fe07437ecc03414f04c1448885fa82beb7e8f5c Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Tue, 13 Feb 2024 12:02:29 +0100 Subject: [PATCH] fix: fix appsettings deploy name --- charts/atlantis/chart/templates/deployment.yaml | 2 +- charts/hipster/chart/templates/deployment.yaml | 2 +- charts/petimeter/chart/templates/deployment.yaml | 2 +- charts/sorcerer/chart/templates/deployment.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/atlantis/chart/templates/deployment.yaml b/charts/atlantis/chart/templates/deployment.yaml index 9b9fbd0a..e6f6dc55 100644 --- a/charts/atlantis/chart/templates/deployment.yaml +++ b/charts/atlantis/chart/templates/deployment.yaml @@ -84,7 +84,7 @@ spec: {{- end }} - name: appsettings secret: - secretName: {{ template "Atlantis.name" . }}-appsettings + secretName: {{ template "Atlantis.fullname" . }}-appsettings {{- with .Values.nodeSelector }} nodeSelector: {{- toYaml . | nindent 8 }} diff --git a/charts/hipster/chart/templates/deployment.yaml b/charts/hipster/chart/templates/deployment.yaml index 016ed706..a39ac954 100644 --- a/charts/hipster/chart/templates/deployment.yaml +++ b/charts/hipster/chart/templates/deployment.yaml @@ -82,7 +82,7 @@ spec: {{- end }} - name: appsettings secret: - secretName: {{ template "Hipster.name" . }}-appsettings + secretName: {{ template "Hipster.fullname" . }}-appsettings {{- with .Values.nodeSelector }} nodeSelector: {{- toYaml . | nindent 8 }} diff --git a/charts/petimeter/chart/templates/deployment.yaml b/charts/petimeter/chart/templates/deployment.yaml index 4b27d539..b666015f 100644 --- a/charts/petimeter/chart/templates/deployment.yaml +++ b/charts/petimeter/chart/templates/deployment.yaml @@ -85,7 +85,7 @@ spec: {{- end }} - name: appsettings secret: - secretName: {{ template "Petimeter.name" . }}-appsettings + secretName: {{ template "Petimeter.fullname" . }}-appsettings {{- with .Values.nodeSelector }} nodeSelector: {{- toYaml . | nindent 8 }} diff --git a/charts/sorcerer/chart/templates/deployment.yaml b/charts/sorcerer/chart/templates/deployment.yaml index 3ebff9a3..743b3f8e 100644 --- a/charts/sorcerer/chart/templates/deployment.yaml +++ b/charts/sorcerer/chart/templates/deployment.yaml @@ -85,7 +85,7 @@ spec: {{- end }} - name: appsettings secret: - secretName: {{ template "Sorcerer.name" . }}-appsettings + secretName: {{ template "Sorcerer.fullname" . }}-appsettings {{- with .Values.nodeSelector }} nodeSelector: {{- toYaml . | nindent 8 }}