diff --git a/applications/apicurio-registry/deployment-api.yaml b/applications/apicurio-registry/deployment-api.yaml index c9a5123..ae6bdae 100644 --- a/applications/apicurio-registry/deployment-api.yaml +++ b/applications/apicurio-registry/deployment-api.yaml @@ -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: