Skip to content

Commit

Permalink
Ensure configmap is always required #3326
Browse files Browse the repository at this point in the history
  • Loading branch information
erkannt committed Jun 18, 2024
1 parent 297fe46 commit 8258d53
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion helm/sciety/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ name: sciety
description: Sciety.org publish-review-curate application
type: application
home: https://github.com/sciety/sciety
version: 0.10.0
version: 0.11.0
appVersion: latest
dependencies: []
1 change: 0 additions & 1 deletion helm/sciety/templates/export-events-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ spec:
envFrom:
- configMapRef:
name: {{ .Release.Name }}--public-env-vars
optional: true
env:
- name: PGPASSWORD
valueFrom:
Expand Down
1 change: 0 additions & 1 deletion helm/sciety/templates/frontend-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ spec:
envFrom:
- configMapRef:
name: {{ .Release.Name }}--public-env-vars
optional: true
env:
- name: ALLOW_SITE_CRAWLERS
value: "{{ .Values.allowSiteCrawlers }}"
Expand Down

0 comments on commit 8258d53

Please sign in to comment.