Skip to content

Commit 6bd0571

Browse files
committed
use schema ref
1 parent 6c73f8c commit 6bd0571

File tree

6 files changed

+1047
-501
lines changed

6 files changed

+1047
-501
lines changed

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
.PHONY: generate
22
generate:
3-
./generate-helm-schema.sh > charts/wallet-gateway/values.schema.json
3+
npx --yes @canton-network/wallet-gateway-remote@$(file < VERSION) --config-schema > charts/wallet-gateway/config.schema.json
4+
5+
helm schema --bundle --values charts/wallet-gateway/values.yaml -o charts/wallet-gateway/values.schema.json --no-additional-properties
46

57
.PHONY: package
68
package:

0 commit comments

Comments
 (0)