Skip to content

Commit 0e47fc8

Browse files
authored
use modelEngine fullname (#374)
1 parent 3e55f49 commit 0e47fc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

charts/model-engine/templates/istio-metrics.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: telemetry.istio.io/v1alpha1
22
kind: Telemetry
33
metadata:
4-
name: custom-tags
4+
name: {{ include "modelEngine.fullname" . }}-custom-tags
55
namespace: istio-system
66
spec:
77
metrics:
@@ -18,7 +18,7 @@ spec:
1818
apiVersion: extensions.istio.io/v1alpha1
1919
kind: WasmPlugin
2020
metadata:
21-
name: istio-attributegen-filter
21+
name: {{ include "modelEngine.fullname" . }}-attributegen
2222
namespace: istio-system
2323
spec:
2424
imagePullPolicy: Always

0 commit comments

Comments
 (0)