We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79f86cb commit 0d45314Copy full SHA for 0d45314
testdata/quarkus/memcached-quarkus-operator/src/main/resources/application.properties
@@ -3,5 +3,5 @@ quarkus.container-image.build=true
3
quarkus.container-image.name=memcached-quarkus-operator-operator
4
# set to true to automatically apply CRDs to the cluster when they get regenerated
5
quarkus.operator-sdk.crd.apply=false
6
-# set to true to automatically generate CSV from your code
7
-quarkus.operator-sdk.generate-csv=false
+# set to true to automatically generate OLM bundle from your code
+quarkus.operator-sdk.bundle.enabled=false
0 commit comments