Skip to content

Commit

Permalink
update build command testdata
Browse files Browse the repository at this point in the history
  • Loading branch information
zoncoen committed Nov 26, 2018
1 parent 621ed52 commit 7dc8ef1
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ resources:
- serviceaccount.yaml
- rolebinding.yaml
namePrefix: base-
nameSuffix: -suffix
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ bases:
- ../../base/

namePrefix: a-
nameSuffix: -suffixA

resources:
- serviceaccount.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ bases:
- ../../base/

namePrefix: b-
nameSuffix: -suffixB
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ resources:
- serviceaccount.yaml
- rolebinding.yaml
namePrefix: base-
nameSuffix: -suffix
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
apiVersion: v1
kind: ServiceAccount
metadata:
name: a-base-serviceaccount
name: a-base-serviceaccount-suffix-suffixA
---
apiVersion: v1
kind: ServiceAccount
metadata:
name: b-base-serviceaccount
name: b-base-serviceaccount-suffix-suffixB
---
apiVersion: rbac.authorization.k8s.io/v1beta1
kind: RoleBinding
metadata:
name: a-base-rolebinding
name: a-base-rolebinding-suffix-suffixA
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: Role
name: role
subjects:
- kind: ServiceAccount
name: a-base-serviceaccount
name: a-base-serviceaccount-suffix-suffixA
---
apiVersion: rbac.authorization.k8s.io/v1beta1
kind: RoleBinding
metadata:
name: b-base-rolebinding
name: b-base-rolebinding-suffix-suffixB
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: Role
name: role
subjects:
- kind: ServiceAccount
name: b-base-serviceaccount
name: b-base-serviceaccount-suffix-suffixB
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ bases:
- ../../base/

namePrefix: a-
nameSuffix: -suffixA
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ bases:
- ../../base/

namePrefix: b-
nameSuffix: -suffixB

0 comments on commit 7dc8ef1

Please sign in to comment.