Skip to content

Commit

Permalink
re-order env variable imports
Browse files Browse the repository at this point in the history
group the vro.* values together, for readability
  • Loading branch information
lisac authored Apr 18, 2024
1 parent 14a679e commit 6bb3e32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/domain-cc/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ spec:
name: http
env:
{{- include "vro.commonEnvVars" . | nindent 12 }}
{{- include "vro.dbClient.envVars" . | nindent 12 }}
{{- include "vro.mqClient.envVars" . | nindent 12 }}
{{- include "vro.redisClient.envVars" . | nindent 12 }}
{{- include "domainCc.alembic.envVars" . | nindent 12 }}
{{- include "vro.dbClient.envVars" . | nindent 12 }}
resources:
requests:
cpu: 150m
Expand Down

0 comments on commit 6bb3e32

Please sign in to comment.