Skip to content

Commit

Permalink
Merge pull request #2968 from alphagov/sadm-env
Browse files Browse the repository at this point in the history
Search Admin: Update Discovery Engine configuration
  • Loading branch information
csutter authored Feb 5, 2025
2 parents c20db9c + 51f396a commit d372fee
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 21 deletions.
9 changes: 2 additions & 7 deletions charts/app-config/values-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2903,16 +2903,11 @@ govukApplications:
secretKeyRef:
name: search-admin-google-cloud-discovery-engine-configuration
key: DISCOVERY_ENGINE_DATASTORE
- name: DISCOVERY_ENGINE_ENGINE
- name: DISCOVERY_ENGINE_DEFAULT_COLLECTION_NAME
valueFrom:
secretKeyRef:
name: search-admin-google-cloud-discovery-engine-configuration
key: DISCOVERY_ENGINE_ENGINE
- name: DISCOVERY_ENGINE_SERVING_CONFIG
valueFrom:
secretKeyRef:
name: search-admin-google-cloud-discovery-engine-configuration
key: DISCOVERY_ENGINE_SERVING_CONFIG
key: DISCOVERY_ENGINE_DEFAULT_COLLECTION_NAME

- name: search-api
helmValues:
Expand Down
9 changes: 2 additions & 7 deletions charts/app-config/values-production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2804,16 +2804,11 @@ govukApplications:
secretKeyRef:
name: search-admin-google-cloud-discovery-engine-configuration
key: DISCOVERY_ENGINE_DATASTORE
- name: DISCOVERY_ENGINE_ENGINE
- name: DISCOVERY_ENGINE_DEFAULT_COLLECTION_NAME
valueFrom:
secretKeyRef:
name: search-admin-google-cloud-discovery-engine-configuration
key: DISCOVERY_ENGINE_ENGINE
- name: DISCOVERY_ENGINE_SERVING_CONFIG
valueFrom:
secretKeyRef:
name: search-admin-google-cloud-discovery-engine-configuration
key: DISCOVERY_ENGINE_SERVING_CONFIG
key: DISCOVERY_ENGINE_DEFAULT_COLLECTION_NAME

- name: search-api
helmValues:
Expand Down
9 changes: 2 additions & 7 deletions charts/app-config/values-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2782,16 +2782,11 @@ govukApplications:
secretKeyRef:
name: search-admin-google-cloud-discovery-engine-configuration
key: DISCOVERY_ENGINE_DATASTORE
- name: DISCOVERY_ENGINE_ENGINE
- name: DISCOVERY_ENGINE_DEFAULT_COLLECTION_NAME
valueFrom:
secretKeyRef:
name: search-admin-google-cloud-discovery-engine-configuration
key: DISCOVERY_ENGINE_ENGINE
- name: DISCOVERY_ENGINE_SERVING_CONFIG
valueFrom:
secretKeyRef:
name: search-admin-google-cloud-discovery-engine-configuration
key: DISCOVERY_ENGINE_SERVING_CONFIG
key: DISCOVERY_ENGINE_DEFAULT_COLLECTION_NAME

- name: search-api
helmValues:
Expand Down

0 comments on commit d372fee

Please sign in to comment.