We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43335f5 commit 065eb14Copy full SHA for 065eb14
Makefile
@@ -260,7 +260,7 @@ gen-bindata:
260
261
.PHONY: gen-values-schema
262
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
+ @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
264
@yq d /tmp/stash-mysql-values.openapiv3_schema.yaml description > charts/stash-mysql/values.openapiv3_schema.yaml
265
266
.PHONY: gen-chart-doc
0 commit comments