We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d931261 commit 4d84886Copy full SHA for 4d84886
1 file changed
Tiltfile
@@ -12,10 +12,9 @@ registry = settings.get('default_registry', 'oci.stackable.tech')
12
operator_repository = settings.get('default_operator_repository', registry + '/' + 'sandbox')
13
operator_image_name = operator_repository + '/' + operator_name
14
15
-# 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
16
# contain those images (by default).
17
product_repository = settings.get('default_product_repository', registry + '/' + 'sdp')
18
-
19
# Configure default registry either read from config file above, or with default value of
20
# "oci.stackable.tech"
21
default_registry(registry)
0 commit comments