diff --git a/Tiltfile b/Tiltfile index 02508e50..1859de01 100644 --- a/Tiltfile +++ b/Tiltfile @@ -12,10 +12,9 @@ registry = settings.get('default_registry', 'oci.stackable.tech') operator_repository = settings.get('default_operator_repository', registry + '/' + 'sandbox') operator_image_name = operator_repository + '/' + operator_name -# For the product image, we wanna use the images in the "sdp" namespace, because "sandbox" doesn't +# For the product image, we want to use the images in the "sdp" namespace, because "sandbox" doesn't # contain those images (by default). product_repository = settings.get('default_product_repository', registry + '/' + 'sdp') - # Configure default registry either read from config file above, or with default value of # "oci.stackable.tech" default_registry(registry) diff --git a/nix/meta.json b/nix/meta.json index 280a0699..fc67b4d1 100644 --- a/nix/meta.json +++ b/nix/meta.json @@ -1 +1 @@ -{"operator": {"name": "opa-operator", "extra_crates": ["stackable-opa-bundle-builder"], "pretty_string": "OpenPolicyAgent", "product_string": "opa", "url": "stackabletech/opa-operator.git"}} +{"operator": {"name": "opa-operator", "pretty_string": "OpenPolicyAgent", "product_string": "opa", "url": "stackabletech/opa-operator.git", "config": {"extra_crates": ["stackable-opa-bundle-builder"]}}}