Skip to content

Commit

Permalink
Change ref to secret in filebeat container
Browse files Browse the repository at this point in the history
  • Loading branch information
leihuayi committed Sep 22, 2023
1 parent 5e63544 commit 234062e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions infra/kube/helm/templates/deployment-backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions infra/kube/helm/values-dso.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: {}
Expand Down Expand Up @@ -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: {}
Expand Down

0 comments on commit 234062e

Please sign in to comment.