Skip to content

Commit

Permalink
Create a seam for collecting public env vars #3326
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcmoulton committed Jun 14, 2024
1 parent 419e717 commit 9f8db53
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions helm/sciety/templates/frontend-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ spec:
resources:
requests:
cpu: 1.0
envFrom:
- configMapRef:
name: {{ .Release.Name }}--publicEnvVars
optional: true
env:
- name: ALLOW_SITE_CRAWLERS
value: "{{ .Values.allowSiteCrawlers }}"
Expand Down

0 comments on commit 9f8db53

Please sign in to comment.