From 6fb5235c1f6e42a5f5acc5e02d164b459fda1ddb Mon Sep 17 00:00:00 2001 From: Greg <miernicki_gregory@bah.com> Date: Mon, 29 Jul 2024 16:20:14 -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-base/imagepullsecret.yaml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 chart/templates/istio-base/imagepullsecret.yaml diff --git a/chart/templates/istio-base/imagepullsecret.yaml b/chart/templates/istio-base/imagepullsecret.yaml deleted file mode 100644 index 17904a017b..0000000000 --- a/chart/templates/istio-base/imagepullsecret.yaml +++ /dev/null @@ -1,14 +0,0 @@ -{{- if and .Values.istioBase.enabled ( include "imagePullSecret" . ) }} -apiVersion: v1 -kind: Secret -metadata: - name: private-registry - namespace: istio-system - labels: - app.kubernetes.io/name: istio-base - app.kubernetes.io/component: "core" - {{- include "commonLabels" . | nindent 4}} -type: kubernetes.io/dockerconfigjson -data: - .dockerconfigjson: {{ template "imagePullSecret" . }} -{{- end }} -- GitLab