File tree Expand file tree Collapse file tree 2 files changed +41
-1
lines changed
etc/kubernetes/manifests/overlays/staging/strimzi Expand file tree Collapse file tree 2 files changed +41
-1
lines changed Original file line number Diff line number Diff line change
1
+ commonLabels :
2
+ app : strimzi
3
+
4
+ generatorOptions :
5
+ disableNameSuffixHash : true
6
+
1
7
resources :
2
- - ../../../base/apps/strimzi
8
+ - ../../../base/apps/strimzi/operator
9
+
10
+ patchesJson6902 :
11
+ - target :
12
+ kind : ServiceAccount
13
+ name : strimzi-cluster-operator
14
+ version : v1
15
+ patch : |-
16
+ - op: add
17
+ path: /metadata/namespace
18
+ value: "myproject"
19
+
20
+ transformers :
21
+ - nameSuffixConfig.yaml
Original file line number Diff line number Diff line change
1
+ apiVersion : builtin
2
+ kind : PrefixSuffixTransformer
3
+ metadata :
4
+ name : " customSuffix"
5
+ suffix : " -cos"
6
+ fieldSpecs :
7
+ - path : metadata/name
8
+ apiVersion : v1
9
+ kind : ServiceAccount
10
+ - path : metadata/name
11
+ apiVersion : v1
12
+ kind : ClusterRole
13
+ - path : metadata/name
14
+ apiVersion : v1
15
+ kind : RoleBinding
16
+ - path : metadata/name
17
+ apiVersion : v1
18
+ kind : ClusterRoleBinding
19
+ - path : metadata/name
20
+ apiVersion : v1
21
+ kind : Role
You can’t perform that action at this time.
0 commit comments