File tree Expand file tree Collapse file tree 3 files changed +22511
-0
lines changed Expand file tree Collapse file tree 3 files changed +22511
-0
lines changed Original file line number Diff line number Diff line change @@ -132,6 +132,13 @@ bundle: manifests
132132bundle-build :
133133 docker build -f bundle.Dockerfile -t $(BUNDLE_IMG ) .
134134
135+ generate-crd-docs :
136+ # Generate yamls with full desciption values
137+ $(CONTROLLER_GEN ) " crd" rbac:roleName=manager-role webhook paths=" ./..." output:crd:artifacts:config=config/crd/bases
138+ docker run -u $(id -u ) :$(id -g ) --rm -v ${PWD} :/workdir ghcr.io/fybrik/crdoc:latest --resources /workdir/config/crd/bases --output /workdir/docs/crd-generated.md --template /workdir/docs/crd.tmpl
139+ # Restore yamls to the original state
140+ $(CONTROLLER_GEN ) $(CRD_OPTIONS ) rbac:roleName=manager-role webhook paths=" ./..." output:crd:artifacts:config=config/crd/bases
141+
135142# ===============================================================
136143# This section is only about the HELM deployment of the operator
137144# ===============================================================
Original file line number Diff line number Diff line change 6161 type : array
6262 type : object
6363 image :
64+ default : grafana/k6:latest
6465 type : string
6566 imagePullSecrets :
6667 items :
You can’t perform that action at this time.
0 commit comments