Skip to content
Snippets Groups Projects
Commit 2daf35e3 authored by Sander Kuusemets's avatar Sander Kuusemets
Browse files

Update file main.yml

parent 8c008db9
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,8 @@
failed_when: false
- name: K8s
shell: /usr/local/bin/kubectl patch service prometheus -n prometheus --type='json' -p='[{"op": "replace", "path": "/metadata/labels/app", "value": "loki"}]'
shell: |
/usr/local/bin/kubectl patch service prometheus -n prometheus --type='json' -p='[{"op": "replace", "path": "/metadata/labels/app", "value": "loki"}]'
failed_when: false
- name: Named
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment