File tree Expand file tree Collapse file tree 3 files changed +14
-10
lines changed Expand file tree Collapse file tree 3 files changed +14
-10
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : kustomize.config.k8s.io/v1beta1
2
2
kind : Kustomization
3
3
namespace : cadvisor
4
- commonLabels :
5
- app : cadvisor
6
4
resources :
7
5
- daemonset.yaml
8
6
- namespace.yaml
9
7
- serviceaccount.yaml
8
+ labels :
9
+ - includeSelectors : true
10
+ pairs :
11
+ app : cadvisor
Original file line number Diff line number Diff line change 1
- bases :
1
+ apiVersion : kustomize.config.k8s.io/v1beta1
2
+ kind : Kustomization
3
+ resources :
2
4
- ../../base
3
5
patches :
4
- - stackdriver-sidecar.yaml
5
- - critical-priority.yaml
6
- - cadvisor-args.yaml
7
- - gpu-privilages.yaml
6
+ - path : stackdriver-sidecar.yaml
7
+ - path : critical-priority.yaml
8
+ - path : cadvisor-args.yaml
Original file line number Diff line number Diff line change 1
- bases :
2
- - ../../base
1
+ apiVersion : kustomize.config.k8s.io/v1beta1
2
+ kind : Kustomization
3
3
resources :
4
+ - ../../base
4
5
- configmap.yaml
5
6
patches :
6
- - cadvisor-perf.yaml
7
+ - path : cadvisor-perf.yaml
You can’t perform that action at this time.
0 commit comments