We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e55f49 commit 0e47fc8Copy full SHA for 0e47fc8
charts/model-engine/templates/istio-metrics.yaml
@@ -1,7 +1,7 @@
1
apiVersion: telemetry.istio.io/v1alpha1
2
kind: Telemetry
3
metadata:
4
- name: custom-tags
+ name: {{ include "modelEngine.fullname" . }}-custom-tags
5
namespace: istio-system
6
spec:
7
metrics:
@@ -18,7 +18,7 @@ spec:
18
apiVersion: extensions.istio.io/v1alpha1
19
kind: WasmPlugin
20
21
- name: istio-attributegen-filter
+ name: {{ include "modelEngine.fullname" . }}-attributegen
22
23
24
imagePullPolicy: Always
0 commit comments