Skip to content

Commit 0d45314

Browse files
committed
fix: improper property key and comment
1 parent 79f86cb commit 0d45314

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: testdata/quarkus/memcached-quarkus-operator/src/main/resources/application.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ quarkus.container-image.build=true
33
quarkus.container-image.name=memcached-quarkus-operator-operator
44
# set to true to automatically apply CRDs to the cluster when they get regenerated
55
quarkus.operator-sdk.crd.apply=false
6-
# set to true to automatically generate CSV from your code
7-
quarkus.operator-sdk.generate-csv=false
6+
# set to true to automatically generate OLM bundle from your code
7+
quarkus.operator-sdk.bundle.enabled=false

0 commit comments

Comments
 (0)