Skip to content

Commit

Permalink
feat: fix values configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
andrejpetras committed Dec 4, 2023
1 parent 3dcc8bb commit 33d5382
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/main/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ app:
image:
repository: "onecx/onecx-product-store-operator"
env:
"TKIT_LOG_JSON_ENABLED": "false"
# See watchNamespaces
"QUARKUS_OPERATOR_SDK_CONTROLLERS_PRODUCT_NAMESPACES": "JOSDK_WATCH_CURRENT"
envCustom:
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ quarkus.openapi-generator.codegen.spec.onecx_product_store_operator_product_v1_y
%test.quarkus.mockserver.devservices.log=false
%test.quarkus.mockserver.devservices.reuse=true
%test.quarkus.rest-client.product_store_client.url=${quarkus.mockserver.endpoint}

0 comments on commit 33d5382

Please sign in to comment.