From 03dac9c1d187a0071e3417711745e808b2135f3b Mon Sep 17 00:00:00 2001 From: Sarah G Date: Fri, 22 Sep 2023 18:22:46 +0200 Subject: [PATCH] Change ref to secret in filebeat container --- infra/kube/helm/templates/deployment-backend.yaml | 4 ++-- infra/kube/helm/values-dso.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/infra/kube/helm/templates/deployment-backend.yaml b/infra/kube/helm/templates/deployment-backend.yaml index 0a16b49e..9d0b4bf9 100644 --- a/infra/kube/helm/templates/deployment-backend.yaml +++ b/infra/kube/helm/templates/deployment-backend.yaml @@ -66,12 +66,12 @@ spec: - name: X_OVH_TOKEN valueFrom: secretKeyRef: - name: {{ include "basegun.name" . }}-secret + name: {{ .Values.backend.secret.secretName }} key: X_OVH_TOKEN - name: API_OVH_TOKEN valueFrom: secretKeyRef: - name: {{ include "basegun.name" . }}-secret + name: {{ .Values.backend.secret.secretName }} key: API_OVH_TOKEN volumeMounts: - name: {{ include "basegun.name" . }}-filebeat-conf diff --git a/infra/kube/helm/values-dso.yaml b/infra/kube/helm/values-dso.yaml index 3feff54a..2db767a5 100644 --- a/infra/kube/helm/values-dso.yaml +++ b/infra/kube/helm/values-dso.yaml @@ -34,7 +34,7 @@ backend: repository: harbor.apps.c6.numerique-interieur.com/mi-basegun-test/basegun-backend pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: use-rootless-dockerfiles + tag: feature-adapt-infra-for-dso-env imagePullSecrets: [] podAnnotations: {} podSecurityContext: {} @@ -88,7 +88,7 @@ frontend: repository: harbor.apps.c6.numerique-interieur.com/mi-basegun-test/basegun-frontend pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "3.2" + tag: feature-adapt-infra-for-dso-env imagePullSecrets: [] podAnnotations: {} podSecurityContext: {}