Skip to content

Commit ff26624

Browse files
committed
Merge branch 'main' into refactor/reconcile-dereference-validate
2 parents 7eb5752 + 0bd066f commit ff26624

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Tiltfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,9 @@ registry = settings.get('default_registry', 'oci.stackable.tech')
1212
operator_repository = settings.get('default_operator_repository', registry + '/' + 'sandbox')
1313
operator_image_name = operator_repository + '/' + operator_name
1414

15-
# For the product image, we wanna use the images in the "sdp" namespace, because "sandbox" doesn't
15+
# For the product image, we want to use the images in the "sdp" namespace, because "sandbox" doesn't
1616
# contain those images (by default).
1717
product_repository = settings.get('default_product_repository', registry + '/' + 'sdp')
18-
1918
# Configure default registry either read from config file above, or with default value of
2019
# "oci.stackable.tech"
2120
default_registry(registry)

0 commit comments

Comments
 (0)