Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Commit

Permalink
Fix file name
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Wendland committed Jul 5, 2024
1 parent 62f372a commit 92ad0c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/data-space-connector/templates/dsconfig-cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
labels:
{{ include "dsc.labels" . | nindent 4 }}
data:
data-space-configuration.yaml: |-
data-space-configuration.json: |-
{
"supported_models": {{ .Values.dataSpaceConfig.supportedModels | toJson }},
"supported_protocols": {{ .Values.dataSpaceConfig.supportedProtocols | toJson }},
Expand Down
2 changes: 1 addition & 1 deletion k3s/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ apisix:
type: roundrobin
plugins:
proxy-rewrite:
uri: /.well-known/data-space-configuration/data-space-configuration.yaml
uri: /.well-known/data-space-configuration/data-space-configuration.json
- uri: /*
upstream:
nodes:
Expand Down

0 comments on commit 92ad0c5

Please sign in to comment.