Skip to content

Commit 2146c5f

Browse files
authored
Update template/Tiltfile
1 parent cc89a95 commit 2146c5f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

template/Tiltfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ k8s_kind('DaemonSet', image_json_path='{.spec.template.metadata.annotations.inte
3434
helm_values = settings.get('helm_values', None)
3535

3636
helm_override_image_repository = 'image.repository=' + registry + '/' + operator_name
37-
if operator_name == "secret-operator":
38-
# secret-operator image reference is under the secretOperator section
39-
helm_override_image_repository = "secretOperator." + helm_override_image_repository
4037

4138
# Exclude stale CRDs from Helm chart, and apply the rest
4239
helm_crds, helm_non_crds = filter_yaml(

0 commit comments

Comments
 (0)