Skip to content

Commit

Permalink
Better names for kustomize role patches (#512)
Browse files Browse the repository at this point in the history
  • Loading branch information
idlewis authored Dec 1, 2023
1 parent 6cbb9af commit f6b9d5f
Show file tree
Hide file tree
Showing 18 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ namespace: olo-ns
resources:
- ../../overlays/watch-all-namespaces
patches:
- path: role1.yaml
- path: role2.yaml
- path: olo-leader-election-cluster-rolebinding.yaml
- path: olo-manager-cluster-rolebinding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ resources:
- ../../../overlays/watch-another-namespace
patches:
- path: olo-deployment.yaml
- path: role1.yaml
- path: role2.yaml
- path: role3.yaml
- path: role4.yaml
- path: olo-leader-election-role.yaml
- path: olo-manager-role.yaml
- path: olo-leader-election-rolebinding.yaml
- path: olo-manager-rolebinding.yaml
- path: olo-sa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace: olo-watched-ns2
resources:
- ../../../overlays/watch-another-namespace/olo-watched-ns
patches:
- path: role1.yaml
- path: role2.yaml
- path: role3.yaml
- path: role4.yaml
- path: olo-watched-role.yaml
- path: olo-watched-rolebinding.yaml
- path: olo-leader-election-watched-role.yaml
- path: olo-leader-election-watched-rolebinding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ resources:
- ../../../base
patches:
- path: olo-deployment.yaml
- path: role1.yaml
- path: role2.yaml
- path: role3.yaml
- path: role4.yaml
- path: olo-leader-election-role.yaml
- path: olo-manager-role.yaml
- path: olo-leader-election-rolebinding.yaml
- path: olo-manager-rolebinding.yaml
- path: olo-sa.yaml

0 comments on commit f6b9d5f

Please sign in to comment.