-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #577 from WASdev/kustomize-deprecate
Remove deprecated keys form kustomize files
- Loading branch information
Showing
24 changed files
with
132 additions
and
135 deletions.
There are no files selected for viewing
8 changes: 8 additions & 0 deletions
8
internal/deploy/kustomize/daily/examples/watch-all-namespaces/binding-patch1.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
apiVersion: rbac.authorization.k8s.io/v1 | ||
kind: ClusterRoleBinding | ||
metadata: | ||
name: wlo-leader-election-cluster-rolebinding | ||
subjects: | ||
- kind: ServiceAccount | ||
name: websphere-liberty-controller-manager | ||
namespace: wlo-ns |
8 changes: 8 additions & 0 deletions
8
internal/deploy/kustomize/daily/examples/watch-all-namespaces/binding-patch2.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
apiVersion: rbac.authorization.k8s.io/v1 | ||
kind: ClusterRoleBinding | ||
metadata: | ||
name: wlo-manager-cluster-rolebinding | ||
subjects: | ||
- kind: ServiceAccount | ||
name: websphere-liberty-controller-manager | ||
namespace: wlo-ns |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 0 additions & 19 deletions
19
internal/deploy/kustomize/daily/examples/watch-all-namespaces/wlo-ns.yaml
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 5 additions & 0 deletions
5
internal/deploy/kustomize/daily/examples/watch-another-namespace/wlo-ns2/role-patch1.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
apiVersion: rbac.authorization.k8s.io/v1 | ||
kind: Role | ||
metadata: | ||
name: websphere-liberty-leader-election-role | ||
namespace: wlo-ns |
5 changes: 5 additions & 0 deletions
5
internal/deploy/kustomize/daily/examples/watch-another-namespace/wlo-ns2/role-patch2.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
apiVersion: rbac.authorization.k8s.io/v1 | ||
kind: Role | ||
metadata: | ||
name: websphere-liberty-manager-role | ||
namespace: wlo-ns |
8 changes: 8 additions & 0 deletions
8
internal/deploy/kustomize/daily/examples/watch-another-namespace/wlo-ns2/role-patch3.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
apiVersion: rbac.authorization.k8s.io/v1 | ||
kind: RoleBinding | ||
metadata: | ||
name: websphere-liberty-leader-election-rolebinding | ||
namespace: wlo-ns | ||
subjects: | ||
- kind: ServiceAccount | ||
name: websphere-liberty-controller-manager |
8 changes: 8 additions & 0 deletions
8
internal/deploy/kustomize/daily/examples/watch-another-namespace/wlo-ns2/role-patch4.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
apiVersion: rbac.authorization.k8s.io/v1 | ||
kind: RoleBinding | ||
metadata: | ||
name: websphere-liberty-manager-rolebinding | ||
namespace: wlo-ns | ||
subjects: | ||
- kind: ServiceAccount | ||
name: websphere-liberty-controller-manager |
29 changes: 0 additions & 29 deletions
29
internal/deploy/kustomize/daily/examples/watch-another-namespace/wlo-ns2/wlo-roles.yaml
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 5 additions & 0 deletions
5
.../deploy/kustomize/daily/examples/watch-another-namespace/wlo-watched-ns2/role-patch1.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
apiVersion: rbac.authorization.k8s.io/v1 | ||
kind: Role | ||
metadata: | ||
name: wlo-watched-role | ||
namespace: wlo-watched-ns |
9 changes: 9 additions & 0 deletions
9
.../deploy/kustomize/daily/examples/watch-another-namespace/wlo-watched-ns2/role-patch2.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
apiVersion: rbac.authorization.k8s.io/v1 | ||
kind: RoleBinding | ||
metadata: | ||
name: wlo-watched-rolebinding | ||
namespace: wlo-watched-ns | ||
subjects: | ||
- kind: ServiceAccount | ||
name: websphere-liberty-controller-manager | ||
namespace: wlo-ns2 |
5 changes: 5 additions & 0 deletions
5
.../deploy/kustomize/daily/examples/watch-another-namespace/wlo-watched-ns2/role-patch3.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
apiVersion: rbac.authorization.k8s.io/v1 | ||
kind: Role | ||
metadata: | ||
name: wlo-leader-election-watched-role | ||
namespace: wlo-watched-ns |
9 changes: 9 additions & 0 deletions
9
.../deploy/kustomize/daily/examples/watch-another-namespace/wlo-watched-ns2/role-patch4.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
apiVersion: rbac.authorization.k8s.io/v1 | ||
kind: RoleBinding | ||
metadata: | ||
name: wlo-leader-election-watched-rolebinding | ||
namespace: wlo-watched-ns | ||
subjects: | ||
- kind: ServiceAccount | ||
name: websphere-liberty-controller-manager | ||
namespace: wlo-ns2 |
31 changes: 0 additions & 31 deletions
31
...eploy/kustomize/daily/examples/watch-another-namespace/wlo-watched-ns2/watched-roles.yaml
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,5 +3,5 @@ kind: Kustomization | |
|
||
namespace: wlo-ns | ||
|
||
bases: | ||
resources: | ||
- ../../base |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 5 additions & 0 deletions
5
internal/deploy/kustomize/daily/overlays/watch-another-namespace/wlo-ns/roles-patch1.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
apiVersion: rbac.authorization.k8s.io/v1 | ||
kind: Role | ||
metadata: | ||
name: websphere-liberty-leader-election-role | ||
namespace: websphere-liberty |
5 changes: 5 additions & 0 deletions
5
internal/deploy/kustomize/daily/overlays/watch-another-namespace/wlo-ns/roles-patch2.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
apiVersion: rbac.authorization.k8s.io/v1 | ||
kind: Role | ||
metadata: | ||
name: websphere-liberty-manager-role | ||
namespace: websphere-liberty |
9 changes: 9 additions & 0 deletions
9
internal/deploy/kustomize/daily/overlays/watch-another-namespace/wlo-ns/roles-patch3.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
apiVersion: rbac.authorization.k8s.io/v1 | ||
kind: RoleBinding | ||
metadata: | ||
name: websphere-liberty-leader-election-rolebinding | ||
namespace: websphere-liberty | ||
subjects: | ||
- kind: ServiceAccount | ||
name: websphere-liberty-controller-manager | ||
namespace: websphere-liberty |
9 changes: 9 additions & 0 deletions
9
internal/deploy/kustomize/daily/overlays/watch-another-namespace/wlo-ns/roles-patch4.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
apiVersion: rbac.authorization.k8s.io/v1 | ||
kind: RoleBinding | ||
metadata: | ||
name: websphere-liberty-manager-rolebinding | ||
namespace: websphere-liberty | ||
subjects: | ||
- kind: ServiceAccount | ||
name: websphere-liberty-controller-manager | ||
namespace: websphere-liberty |
31 changes: 0 additions & 31 deletions
31
internal/deploy/kustomize/daily/overlays/watch-another-namespace/wlo-ns/wlo-roles.yaml
This file was deleted.
Oops, something went wrong.