Skip to content

Commit 065eb14

Browse files
committed
mend
Signed-off-by: Tamal Saha <tamal@appscode.com>
1 parent 43335f5 commit 065eb14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ gen-bindata:
260260

261261
.PHONY: gen-values-schema
262262
gen-values-schema:
263-
@yq r api/crds/installer.stash.appscode.com_stashmysqls.yaml spec.validation.openAPIV3Schema.properties.spec > /tmp/stash-mysql-values.openapiv3_schema.yaml
263+
@yq r api/crds/installer.stash.appscode.com_stashmysqls.v1.yaml spec.versions[0].schema.openAPIV3Schema.properties.spec > /tmp/stash-mysql-values.openapiv3_schema.yaml
264264
@yq d /tmp/stash-mysql-values.openapiv3_schema.yaml description > charts/stash-mysql/values.openapiv3_schema.yaml
265265

266266
.PHONY: gen-chart-doc

0 commit comments

Comments
 (0)