-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Alby Hernández <[email protected]>
- Loading branch information
1 parent
916e726
commit e01bf8d
Showing
18 changed files
with
58 additions
and
58 deletions.
There are no files selected for viewing
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
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 |
---|---|---|
|
@@ -13,4 +13,4 @@ kind: Kustomization | |
images: | ||
- name: controller | ||
newName: prosimcorp/replika | ||
newTag: v0.2.1 | ||
newTag: v0.2.2 |
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
2 changes: 1 addition & 1 deletion
2
.../clusterrole/replika2-metrics-reader.yaml → ...y/clusterrole/replika-metrics-reader.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
2 changes: 1 addition & 1 deletion
2
deploy/clusterrole/replika2-proxy-role.yaml → deploy/clusterrole/replika-proxy-role.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
8 changes: 4 additions & 4 deletions
8
...lebinding/replika2-proxy-rolebinding.yaml → ...ebinding/replika-manager-rolebinding.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 |
---|---|---|
@@ -1,13 +1,13 @@ | ||
apiVersion: rbac.authorization.k8s.io/v1 | ||
kind: ClusterRoleBinding | ||
metadata: | ||
name: replika2-proxy-rolebinding | ||
name: replika-manager-rolebinding | ||
roleRef: | ||
apiGroup: rbac.authorization.k8s.io | ||
kind: ClusterRole | ||
name: replika2-proxy-role | ||
name: replika-manager-role | ||
subjects: | ||
- kind: ServiceAccount | ||
name: replika2-controller-manager | ||
namespace: replika2-system | ||
name: replika-controller-manager | ||
namespace: replika | ||
|
8 changes: 4 additions & 4 deletions
8
...binding/replika2-manager-rolebinding.yaml → ...olebinding/replika-proxy-rolebinding.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 |
---|---|---|
@@ -1,13 +1,13 @@ | ||
apiVersion: rbac.authorization.k8s.io/v1 | ||
kind: ClusterRoleBinding | ||
metadata: | ||
name: replika2-manager-rolebinding | ||
name: replika-proxy-rolebinding | ||
roleRef: | ||
apiGroup: rbac.authorization.k8s.io | ||
kind: ClusterRole | ||
name: replika2-manager-role | ||
name: replika-proxy-role | ||
subjects: | ||
- kind: ServiceAccount | ||
name: replika2-controller-manager | ||
namespace: replika2-system | ||
name: replika-controller-manager | ||
namespace: replika | ||
|
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
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 |
---|---|---|
@@ -1,16 +1,16 @@ | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
resources: | ||
- clusterrole/replika2-manager-role.yaml | ||
- clusterrole/replika2-metrics-reader.yaml | ||
- clusterrole/replika2-proxy-role.yaml | ||
- clusterrolebinding/replika2-manager-rolebinding.yaml | ||
- clusterrolebinding/replika2-proxy-rolebinding.yaml | ||
- configmap/replika2-manager-config.yaml | ||
- clusterrole/replika-manager-role.yaml | ||
- clusterrole/replika-metrics-reader.yaml | ||
- clusterrole/replika-proxy-role.yaml | ||
- clusterrolebinding/replika-manager-rolebinding.yaml | ||
- clusterrolebinding/replika-proxy-rolebinding.yaml | ||
- configmap/replika-manager-config.yaml | ||
- customresourcedefinition/replikas-replika-prosimcorp-com.yaml | ||
- deployment/replika2-controller-manager.yaml | ||
- namespace/replika2-system.yaml | ||
- role/replika2-leader-election-role.yaml | ||
- rolebinding/replika2-leader-election-rolebinding.yaml | ||
- service/replika2-controller-manager-metrics-service.yaml | ||
- serviceaccount/replika2-controller-manager.yaml | ||
- deployment/replika-controller-manager.yaml | ||
- namespace/replika.yaml | ||
- role/replika-leader-election-role.yaml | ||
- rolebinding/replika-leader-election-rolebinding.yaml | ||
- service/replika-controller-manager-metrics-service.yaml | ||
- serviceaccount/replika-controller-manager.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 |
---|---|---|
|
@@ -3,5 +3,5 @@ kind: Namespace | |
metadata: | ||
labels: | ||
control-plane: controller-manager | ||
name: replika2-system | ||
name: replika | ||
|
4 changes: 2 additions & 2 deletions
4
...y/role/replika2-leader-election-role.yaml → ...oy/role/replika-leader-election-role.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
14 changes: 14 additions & 0 deletions
14
deploy/rolebinding/replika-leader-election-rolebinding.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,14 @@ | ||
apiVersion: rbac.authorization.k8s.io/v1 | ||
kind: RoleBinding | ||
metadata: | ||
name: replika-leader-election-rolebinding | ||
namespace: replika | ||
roleRef: | ||
apiGroup: rbac.authorization.k8s.io | ||
kind: Role | ||
name: replika-leader-election-role | ||
subjects: | ||
- kind: ServiceAccount | ||
name: replika-controller-manager | ||
namespace: replika | ||
|
14 changes: 0 additions & 14 deletions
14
deploy/rolebinding/replika2-leader-election-rolebinding.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
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,6 @@ | ||
apiVersion: v1 | ||
kind: ServiceAccount | ||
metadata: | ||
name: replika-controller-manager | ||
namespace: replika | ||
|
This file was deleted.
Oops, something went wrong.