Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add missing/remove unused envs #334

Merged
merged 1 commit into from
Oct 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@ spec:
secretKeyRef:
name: commonurl-demo
key: CONCEPT_CATALOG_BASE_URI
- name: NEXT_PUBLIC_CATALOG_ADMIN_BASE_URI
valueFrom:
secretKeyRef:
name: commonurl-demo
key: FDK_REGISTRATION_BASE_URI
- name: CATALOG_COMMENTS_SERVICE_BASE_URI
valueFrom:
secretKeyRef:
Expand All @@ -50,11 +45,26 @@ spec:
secretKeyRef:
name: commonurl-demo
key: CATALOG_HISTORY_SERVICE_BASE_URI
- name: CATALOG_ADMIN_SERVICE_BASE_URI
valueFrom:
secretKeyRef:
name: commonurl-demo
key: CATALOG_ADMIN_SERVICE_BASE_URI
- name: ORGANIZATION_CATALOG_BASE_URI
valueFrom:
secretKeyRef:
name: commonurl-demo
key: ORGANIZATION_CATALOG_BASE_URI
- name: CONCEPT_CATALOG_GUI_BASE_URI
valueFrom:
secretKeyRef:
name: commonurl-demo
key: CONCEPT_CATALOGUE_GUI_BASE_URI
- name: FULLTEXT_SEARCH_BASE_URI
valueFrom:
secretKeyRef:
name: commonurl-demo
key: FDK_FULLTEXT_SEARCH_BASE_URI
- name: FDK_REGISTRATION_BASE_URI
valueFrom:
secretKeyRef:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@ spec:
secretKeyRef:
name: commonurl-prod
key: CONCEPT_CATALOG_BASE_URI
- name: NEXT_PUBLIC_CATALOG_ADMIN_BASE_URI
valueFrom:
secretKeyRef:
name: commonurl-prod
key: FDK_REGISTRATION_BASE_URI
- name: CATALOG_COMMENTS_SERVICE_BASE_URI
valueFrom:
secretKeyRef:
Expand All @@ -50,11 +45,26 @@ spec:
secretKeyRef:
name: commonurl-prod
key: CATALOG_HISTORY_SERVICE_BASE_URI
- name: CATALOG_ADMIN_SERVICE_BASE_URI
valueFrom:
secretKeyRef:
name: commonurl-prod
key: CATALOG_ADMIN_SERVICE_BASE_URI
- name: ORGANIZATION_CATALOG_BASE_URI
valueFrom:
secretKeyRef:
name: commonurl-prod
key: ORGANIZATION_CATALOG_BASE_URI
- name: CONCEPT_CATALOG_GUI_BASE_URI
valueFrom:
secretKeyRef:
name: commonurl-prod
key: CONCEPT_CATALOGUE_GUI_BASE_URI
- name: FULLTEXT_SEARCH_BASE_URI
valueFrom:
secretKeyRef:
name: commonurl-prod
key: FDK_FULLTEXT_SEARCH_BASE_URI
- name: FDK_REGISTRATION_BASE_URI
valueFrom:
secretKeyRef:
Expand Down