Skip to content

Commit

Permalink
Enable changeset comments + remove frontend version env (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
willemarcel authored Feb 20, 2024
1 parent 4281523 commit 01d0d31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
6 changes: 2 additions & 4 deletions helm/osmcha/templates/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ spec:
key: django_secret_key
- name: DJANGO_SETTINGS_MODULE
value: "config.settings.production"
- name: OSMCHA_FRONTEND_VERSION
value: {{ .Values.app.api.frontend_tag }}
- name: REDIS_URL
value: {{ .Values.app.api.redis_url }}
volumeMounts:
Expand Down Expand Up @@ -108,8 +106,6 @@ spec:
key: django_secret_key
- name: DJANGO_SETTINGS_MODULE
value: "config.settings.production"
- name: OSMCHA_FRONTEND_VERSION
value: {{ .Values.app.api.frontend_tag }}
- name: OAUTH_OSM_KEY
valueFrom:
secretKeyRef:
Expand All @@ -126,6 +122,8 @@ spec:
value: {{ .Values.app.api.redis_url }}
- name: DJANGO_SECURE_SSL_REDIRECT
value: "False"
- name: DJANGO_ENABLE_CHANGESET_COMMENTS
value: "True"
ports:
- containerPort: 5000
volumeMounts:
Expand Down
1 change: 0 additions & 1 deletion helm/osmcha/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ app:
postgres_user: postgres
postgres_database: osmcha
redis_url: redis://redis-master:6379
frontend_tag: v0.86.0-production # should we use this?

# OSMCha frontend - runs as a sidecar to the API
ui:
Expand Down

0 comments on commit 01d0d31

Please sign in to comment.