Skip to content

Commit

Permalink
Merge branch 'main' into wdn/pg-fix-2899128
Browse files Browse the repository at this point in the history
  • Loading branch information
WillNilges authored Dec 4, 2024
2 parents 2d3e4e1 + 81f39be commit 3cc132a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions infra/helm/meshdb/charts/celery/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,8 @@ spec:
envFrom:
- configMapRef:
name: meshdbconfig
envFrom:
- secretRef:
name: meshdb-secrets
- secretRef:
name: meshdb-secrets
{{- if .livenessProbe }}
livenessProbe:
{{- toYaml .livenessProbe | nindent 12 }}
Expand Down
5 changes: 2 additions & 3 deletions infra/helm/meshdb/templates/meshweb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,8 @@ spec:
envFrom:
- configMapRef:
name: meshdbconfig
envFrom:
- secretRef:
name: meshdb-secrets
- secretRef:
name: meshdb-secrets
volumeMounts:
- name: static-content-vol
mountPath: /opt/meshdb/static
Expand Down

0 comments on commit 3cc132a

Please sign in to comment.