Skip to content

Commit

Permalink
Added missing ENV vars for new registry container image
Browse files Browse the repository at this point in the history
  • Loading branch information
EricWittmann committed Nov 27, 2023
1 parent 0bd8146 commit b9fb107
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions applications/apicurio-registry/deployment-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ spec:
value: 'true'
- name: CORS_ALLOWED_ORIGINS
value: '*'
- name: REGISTRY_STORAGE_KIND
value: sql
- name: REGISTRY_STORAGE_DB_KIND
value: postgresql
- name: REGISTRY_DATABASE
valueFrom:
secretKeyRef:
Expand Down

0 comments on commit b9fb107

Please sign in to comment.