Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
Signed-off-by: everettraven <everettraven@gmail.com>
  • Loading branch information
everettraven committed Jun 13, 2024
1 parent 8ecff63 commit de69d93
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Tiltfile
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,10 @@ def process_yaml(yaml):
c['image'] = '{}:{}'.format(image_without_tag, command)

# Now apply all the yaml
# We are using allow_duplicates=True here as both
# operator-controller and catalogd will be installed in the same
# namespace "olmv1-system" as of https://github.com/operator-framework/operator-controller/pull/888
# and https://github.com/operator-framework/catalogd/pull/283
k8s_yaml(encode_yaml_stream(objects), allow_duplicates=True)


Expand Down

0 comments on commit de69d93

Please sign in to comment.