File tree Expand file tree Collapse file tree 2 files changed +16
-10
lines changed Expand file tree Collapse file tree 2 files changed +16
-10
lines changed Original file line number Diff line number Diff line change @@ -112,4 +112,4 @@ controller-gen: ## Download controller-gen locally if necessary.
112
112
113
113
KUSTOMIZE = $(shell pwd) /bin/kustomize
114
114
kustomize : # # Download kustomize locally if necessary.
115
- GOBIN=
$(PROJECT_DIR ) /bin go install sigs.k8s.io/kustomize/kustomize/
[email protected]
115
+ GOBIN=
$(PROJECT_DIR ) /bin go install sigs.k8s.io/kustomize/kustomize/
[email protected]
Original file line number Diff line number Diff line change @@ -18,19 +18,25 @@ configMapGenerator:
18
18
configurations :
19
19
- params.yaml
20
20
21
- vars :
22
- - name : image
23
- objref :
21
+ replacements :
22
+ - source :
24
23
kind : ConfigMap
25
24
name : rhoai-config
26
- apiVersion : v1
27
- fieldref :
28
- fieldpath : data.odh-training-operator-controller-image
25
+ version : v1
26
+ fieldPath : data.odh-training-operator-controller-image
27
+ targets :
28
+ - select :
29
+ kind : Deployment
30
+ name : training-operator
31
+ fieldPaths :
32
+ - spec.template.spec.containers.0.image
29
33
30
34
# Labels to add to all resources and selectors.
31
- commonLabels :
32
- app.kubernetes.io/name : training-operator
33
- app.kubernetes.io/component : controller
35
+ labels :
36
+ - includeSelectors : true
37
+ pairs :
38
+ app.kubernetes.io/component : controller
39
+ app.kubernetes.io/name : training-operator
34
40
35
41
resources :
36
42
- ../base
You can’t perform that action at this time.
0 commit comments