Skip to content

Commit

Permalink
include datadog environment variables for svc-bip-api deployment (#3271)
Browse files Browse the repository at this point in the history
include datadog environment variables
  • Loading branch information
lisac authored Aug 5, 2024
1 parent 10288ea commit cf995b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions helm/svc-bip-api/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ spec:
env:
{{- include "vro.commonEnvVars" . | nindent 12 }}
{{- include "vro.mqClient.envVars" . | nindent 12 }}
{{- include "vro.datadog.envVars" . | nindent 12 }}
- name: VRO_SECRETS_BIP
valueFrom:
secretKeyRef:
Expand Down

0 comments on commit cf995b4

Please sign in to comment.