File tree Expand file tree Collapse file tree 1 file changed +17
-14
lines changed Expand file tree Collapse file tree 1 file changed +17
-14
lines changed Original file line number Diff line number Diff line change @@ -19,21 +19,24 @@ resources:
19
19
- deployment.yaml
20
20
- networkpolicy.yaml
21
21
22
- vars :
23
- - name : MM_SERVICE_NAME
24
- objref :
25
- kind : Service
22
+ replacements :
23
+ - source :
24
+ kind : Service
25
+ name : model-mesh
26
+ fieldPath : metadata.name
27
+ targets :
28
+ - select :
29
+ kind : Deployment
26
30
name : model-mesh
27
- apiVersion : v1
28
- fieldref :
29
- fieldpath : metadata.name
31
+ fieldPaths :
32
+ - spec.template.spec.containers.0.env.[name=MM_SERVICE_NAME].value
30
33
31
34
# ## Available patches:
32
35
33
- # patchesStrategicMerge :
34
- # - patches/etcd.yaml
35
- # - patches/logger.yaml
36
- # - patches/tls.yaml
37
- # - patches/uds.yaml
38
- # - patches/max_msg_size.yaml
39
- # - patches/prometheus_metrics.yaml
36
+ # patches :
37
+ # - path: patches/etcd.yaml
38
+ # - path: patches/logger.yaml
39
+ # - path: patches/tls.yaml
40
+ # - path: patches/uds.yaml
41
+ # - path: patches/max_msg_size.yaml
42
+ # - path: patches/prometheus_metrics.yaml
You can’t perform that action at this time.
0 commit comments