From 418a749a7ca6d3b3dfbe2ba69b06ca38c2e1fc90 Mon Sep 17 00:00:00 2001 From: Greg <miernicki_gregory@bah.com> Date: Wed, 17 Jul 2024 08:28:09 -0500 Subject: [PATCH] =?UTF-8?q?=20=E2=9B=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- chart/templates/istio-gateway/imagepullsecret.yaml | 2 +- chart/templates/istio-gateway/namespace.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chart/templates/istio-gateway/imagepullsecret.yaml b/chart/templates/istio-gateway/imagepullsecret.yaml index 03c243b5d1..8f05b58588 100644 --- a/chart/templates/istio-gateway/imagepullsecret.yaml +++ b/chart/templates/istio-gateway/imagepullsecret.yaml @@ -11,4 +11,4 @@ metadata: type: kubernetes.io/dockerconfigjson data: .dockerconfigjson: {{ template "imagePullSecret" . }} -{{- end }} \ No newline at end of file +{{- end }} diff --git a/chart/templates/istio-gateway/namespace.yaml b/chart/templates/istio-gateway/namespace.yaml index 83dd75c334..2ccb3238a4 100644 --- a/chart/templates/istio-gateway/namespace.yaml +++ b/chart/templates/istio-gateway/namespace.yaml @@ -9,4 +9,4 @@ metadata: app.kubernetes.io/name: istio-gateway app.kubernetes.io/component: "core" {{- include "commonLabels" . | nindent 4}} -{{- end }} \ No newline at end of file +{{- end }} -- GitLab