diff --git a/helm/osmcha/templates/app.yaml b/helm/osmcha/templates/app.yaml index 85583f9..c6c8bbc 100644 --- a/helm/osmcha/templates/app.yaml +++ b/helm/osmcha/templates/app.yaml @@ -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: @@ -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: @@ -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: diff --git a/helm/osmcha/values.yaml b/helm/osmcha/values.yaml index 876f0ec..6ad68a1 100644 --- a/helm/osmcha/values.yaml +++ b/helm/osmcha/values.yaml @@ -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: