Skip to content

Commit

Permalink
chore: replace fulltext with search-service
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreiffers committed Mar 22, 2024
1 parent 2dae906 commit 7acf972
Show file tree
Hide file tree
Showing 3 changed files with 97 additions and 92 deletions.
Binary file modified concept-catalog-gui-0.1.0.tgz
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@ spec:
secretKeyRef:
name: commonurl-{{ required "Missing value NAMESPACE" .Values.NAMESPACE }}
key: FDK_FULLTEXT_SEARCH_BASE_URI
- name: SEARCH_SERVICE_HOST
valueFrom:
secretKeyRef:
name: commonurl-{{ required "Missing value NAMESPACE" .Values.NAMESPACE }}
key: FDK_SEARCH_SERVICE_BASE_URI
- name: ADMIN_GUI_HOST
valueFrom:
secretKeyRef:
Expand Down
Loading

0 comments on commit 7acf972

Please sign in to comment.