-
Notifications
You must be signed in to change notification settings - Fork 184
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
renaming the package for the onboarding key generator job
renaming the package for the onboarding key generator job as it does not imply what it does Signed-off-by: rchikatw <[email protected]>
- Loading branch information
Showing
15 changed files
with
34 additions
and
36 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
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: 0 additions & 5 deletions
5
deploy/ocs-operator/manifests/onboarding-secret-generator-sa.yaml
This file was deleted.
Oops, something went wrong.
6 changes: 3 additions & 3 deletions
6
.../onboarding-secret-generator-binding.yaml → ...ng-validation-keys-generator-binding.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,12 +1,12 @@ | ||
apiVersion: rbac.authorization.k8s.io/v1 | ||
kind: RoleBinding | ||
metadata: | ||
name: onboarding-secret-generator | ||
name: onboarding-validation-keys-generator | ||
roleRef: | ||
apiGroup: rbac.authorization.k8s.io | ||
kind: Role | ||
name: onboarding-secret-generator | ||
name: onboarding-validation-keys-generator | ||
subjects: | ||
- kind: ServiceAccount | ||
name: onboarding-secret-generator | ||
name: onboarding-validation-keys-generator | ||
namespace: openshift-storage |
2 changes: 1 addition & 1 deletion
2
...sts/onboarding-secret-generator-role.yaml → ...rding-validation-keys-generator-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
4 changes: 4 additions & 0 deletions
4
deploy/ocs-operator/manifests/onboarding-validation-keys-generator-sa.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,4 @@ | ||
kind: ServiceAccount | ||
apiVersion: v1 | ||
metadata: | ||
name: onboarding-validation-keys-generator |
File renamed without changes.
This file was deleted.
Oops, something went wrong.
6 changes: 3 additions & 3 deletions
6
.../onboarding-secret-generator-binding.yaml → ...ng-validation-keys-generator-binding.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,12 +1,12 @@ | ||
apiVersion: rbac.authorization.k8s.io/v1 | ||
kind: RoleBinding | ||
metadata: | ||
name: onboarding-secret-generator | ||
name: onboarding-validation-keys-generator | ||
roleRef: | ||
apiGroup: rbac.authorization.k8s.io | ||
kind: Role | ||
name: onboarding-secret-generator | ||
name: onboarding-validation-keys-generator | ||
subjects: | ||
- kind: ServiceAccount | ||
name: onboarding-secret-generator | ||
name: onboarding-validation-keys-generator | ||
namespace: openshift-storage |
2 changes: 1 addition & 1 deletion
2
rbac/onboarding-secret-generator-role.yaml → ...rding-validation-keys-generator-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
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,4 @@ | ||
kind: ServiceAccount | ||
apiVersion: v1 | ||
metadata: | ||
name: onboarding-validation-keys-generator |
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