-
Notifications
You must be signed in to change notification settings - Fork 114
Try to make rename work #33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
9a276f5
13822c0
9200dd7
df704f1
c27dbee
a63b03c
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| apiVersion: rbac.authorization.k8s.io/v1 | ||
| kind: ClusterRoleBinding | ||
| metadata: | ||
| name: system:openshift:operator:authentication | ||
| roleRef: | ||
| kind: ClusterRole | ||
| name: cluster-admin # TODO fix, this is madness | ||
| subjects: | ||
| - kind: ServiceAccount | ||
| namespace: openshift-authentication-operator | ||
| name: openshift-authentication-operator | ||
| - kind: ServiceAccount | ||
| namespace: openshift-authentication | ||
| name: openshift-authentication |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| apiVersion: v1 | ||
| kind: ServiceAccount | ||
| metadata: | ||
| namespace: openshift-authentication-operator | ||
| name: openshift-authentication-operator | ||
| labels: | ||
| app: openshift-authentication-operator | ||
| --- | ||
| apiVersion: v1 | ||
| kind: ServiceAccount | ||
| metadata: | ||
| namespace: openshift-authentication | ||
| name: openshift-authentication | ||
| labels: | ||
| app: openshift-authentication |
This file was deleted.
This file was deleted.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to
mv cmd/{osin,authentication}-operatortooedit: moved it myself in the following patch