File tree Expand file tree Collapse file tree 3 files changed +38
-3
lines changed
Expand file tree Collapse file tree 3 files changed +38
-3
lines changed Original file line number Diff line number Diff line change 1+ apiVersion : v1
2+ kind : ConfigMap
3+ metadata :
4+ name : cleaner-controller-logs-config
5+ data :
6+ journey : ' {{ .Values.opensearch.journey | default "not-configured" }}'
7+ search_index : ' {{ .Values.opensearch.search_index | default "not-configured" }}'
Original file line number Diff line number Diff line change 11resources :
22- manager.yaml
3- commonLabels :
4- journey : ' {{ .Values.opensearch.journey | default "not-configured" }}'
5- search_index : ' {{ .Values.opensearch.search_index | default "not-configured" }}'
3+ - config.yaml
4+
5+ replacements :
6+ - source :
7+ fieldPath : data.journey
8+ kind : ConfigMap
9+ name : cleaner-controller-logs-config
10+ targets :
11+ - fieldPaths :
12+ - spec.template.metadata.labels.journey
13+ select :
14+ kind : Deployment
15+ name : controller-manager
16+ - source :
17+ fieldPath : data.search_index
18+ kind : ConfigMap
19+ name : cleaner-controller-logs-config
20+ targets :
21+ - fieldPaths :
22+ - spec.template.metadata.labels.search_index
23+ select :
24+ kind : Deployment
25+ name : controller-manager
26+ apiVersion : kustomize.config.k8s.io/v1beta1
27+ kind : Kustomization
28+ images :
29+ - name : controller
30+ newName : public.ecr.aws/f8y0w2c4/cleaner-controller
31+ newTag : manager-local-v0.2.0-beta.3
Original file line number Diff line number Diff line change 3535 kubectl.kubernetes.io/default-container : manager
3636 labels :
3737 control-plane : controller-manager
38+ journey : " not-configured"
39+ search_index : " not-configured"
3840 spec :
3941 # TODO(user): Uncomment the following code to configure the nodeAffinity expression
4042 # according to the platforms which are supported by your solution.
You can’t perform that action at this time.
0 commit comments