From f5d1df3fcfa1f5b30d1d6253fc1dc59641684045 Mon Sep 17 00:00:00 2001 From: jay-bisonai <137759552+jay-bisonai@users.noreply.github.com> Date: Thu, 8 Feb 2024 17:12:40 +0900 Subject: [PATCH] chore: Comment imagePullSecrets and containers in deployment.yaml for testing --- .../templates/deployment.yaml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/bisontry-health-checker/templates/deployment.yaml b/bisontry-health-checker/templates/deployment.yaml index 0ffdb841..2cefbb9d 100644 --- a/bisontry-health-checker/templates/deployment.yaml +++ b/bisontry-health-checker/templates/deployment.yaml @@ -12,12 +12,13 @@ spec: labels: app: {{ .Values.deployment.name }} spec: - imagePullSecrets: - - name: bisontry-gar-json-key - containers: - - name: {{ .Values.deployment.name }} - image: {{ .Values.image.repository }}:{{ .Values.image.tag }} - imagePullPolicy: Always - envFrom: - - secretRef: - name: {{ .Values.deployment.name }}-secrets + # ToDo - Please uncomment it after testing + # imagePullSecrets: + # - name: bisontry-gar-json-key + # containers: + # - name: {{ .Values.deployment.name }} + # image: {{ .Values.image.repository }}:{{ .Values.image.tag }} + # imagePullPolicy: Always + # envFrom: + # - secretRef: + # name: {{ .Values.deployment.name }}-secrets