Skip to content

Commit

Permalink
revert change on opentelemtry operator
Browse files Browse the repository at this point in the history
  • Loading branch information
RafalSkolasinski committed Jul 24, 2023
1 parent 1c8aabc commit 1d4c756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/opentelemetry/tasks/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
- name: "Wait for OpenTelemetry Deployment"
shell: "kubectl rollout status -n {{ opentelemetry_namespace }} deploy/{{ item }}"
with_items:
- opentelemetry-operator-v2-controller-manager
- opentelemetry-operator-controller-manager
when: opentelemetry_wait_for_deployments | bool

0 comments on commit 1d4c756

Please sign in to comment.