Skip to content

Commit f36a68d

Browse files
committed
minor fixes
1 parent 94edc64 commit f36a68d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/crd/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# since it depends on service name and namespace that are out of this kustomize package.
33
# It should be run by config/default
44
resources:
5-
- bases/compute.functionmesh.io_functionmeshes.yaml
5+
# - bases/compute.functionmesh.io_functionmeshes.yaml
66
- bases/compute.functionmesh.io_functions.yaml
77
- bases/compute.functionmesh.io_sources.yaml
88
- bases/compute.functionmesh.io_sinks.yaml

config/samples/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Append samples you want in your CSV to this file as resources ##
22
resources:
3-
- compute_v1alpha1_functionmesh.yaml
3+
# - compute_v1alpha1_functionmesh.yaml
44
- compute_v1alpha1_source.yaml
55
- compute_v1alpha1_sink.yaml
66
# +kubebuilder:scaffold:manifestskustomizesamples

0 commit comments

Comments
 (0)