Skip to content

Commit d3c5e3c

Browse files
committed
Remove cluster name
1 parent ad8a877 commit d3c5e3c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

resources/memcached/include/memcached-exporter-deploy.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ spec:
1818
promcat.sysdig.com/target_ns: Your-namespace-name
1919
promcat.sysdig.com/target_workload_type: deployment
2020
promcat.sysdig.com/target_workload_name: memcached
21-
promcat.sysdig.com/target_cluster_name: Your-cluster-name
2221
promcat.sysdig.com/integration_type: memcached
2322
spec:
2423
containers:

resources/postgresql/include/postgresql-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spec:
1919
promcat.sysdig.com/target_ns: default
2020
promcat.sysdig.com/target_workload_type: deployment
2121
promcat.sysdig.com/target_workload_name: postgres
22-
promcat.sysdig.com/target_cluster_name: cluster-name
22+
2323
spec:
2424
containers:
2525
- name: postgres

0 commit comments

Comments
 (0)