Skip to content

Commit

Permalink
Include diracx-os-connection-urls in API container environment
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisburr authored and chaen committed Jun 19, 2024
1 parent b9381b4 commit 79674db
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions diracx/templates/diracx/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,10 @@ spec:
- secretRef:
name: diracx-sql-connection-urls
{{- end }}
{{- if .Values.diracx.osDbs.dbs }}
- secretRef:
name: diracx-os-connection-urls
{{- end }}
resources:
{{- toYaml .Values.resources | nindent 12 }}
{{- with .Values.nodeSelector }}
Expand Down

0 comments on commit 79674db

Please sign in to comment.