Skip to content

Commit

Permalink
EVEREST-107 fix Tiltfile
Browse files Browse the repository at this point in the history
  • Loading branch information
recharte committed Nov 20, 2024
1 parent f8e6c2c commit bb881cb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions dev/Tiltfile
Original file line number Diff line number Diff line change
Expand Up @@ -198,11 +198,6 @@ for namespace in pg_namespaces:
k8s_yaml(namespace_inject(pg_operator_bundle_yaml, namespace))
k8s_resource(
workload='percona-postgresql-operator%s' % (':deployment:' + namespace if len(pg_namespaces) > 1 else ''),
objects=[
'percona-postgresql-operator:serviceaccount:%s' % namespace,
'percona-postgresql-operator:role:%s' % namespace,
'service-account-percona-postgresql-operator:rolebinding:%s' % namespace,
],
resource_deps = [
'namespaces',
'pg-crds',
Expand Down

0 comments on commit bb881cb

Please sign in to comment.