File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
[ ![ CodeQL] ( https://github.com/isometry/github-token-manager/actions/workflows/codeql.yaml/badge.svg )] ( https://github.com/isometry/github-token-manager/actions/workflows/codeql.yaml )
2
+ [ ![ E2E] ( https://github.com/isometry/github-token-manager/actions/workflows/e2e.yaml/badge.svg )] ( https://github.com/isometry/github-token-manager/actions/workflows/e2e.yaml )
2
3
[ ![ Publish] ( https://github.com/isometry/github-token-manager/actions/workflows/publish.yaml/badge.svg )] ( https://github.com/isometry/github-token-manager/actions/workflows/publish.yaml )
3
4
[ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/isometry/github-token-manager )] ( https://goreportcard.com/report/github.com/isometry/github-token-manager )
4
5
@@ -158,8 +159,8 @@ More information can be found via the [Kubebuilder Documentation](https://book.k
158
159
make ko-build IMG=<some-registry>/github-token-manager:tag
159
160
` ` `
160
161
161
- **NOTE:** This image ought to be published in the personal registry you specified.
162
- And it is required to have access to pull the image from the working environment.
162
+ **NOTE:** This image ought to be published in the personal registry you specified.
163
+ And it is required to have access to pull the image from the working environment.
163
164
Make sure you have the proper permission to the registry if the above commands don’t work.
164
165
165
166
# ### Install the CRDs into the cluster:
@@ -174,7 +175,7 @@ make install
174
175
make deploy IMG=<some-registry>/github-token-manager:tag
175
176
` ` `
176
177
177
- > **NOTE**: If you encounter RBAC errors, you may need to grant yourself cluster-admin
178
+ > **NOTE**: If you encounter RBAC errors, you may need to grant yourself cluster-admin
178
179
privileges or be logged in as admin.
179
180
180
181
# ## To Uninstall
You can’t perform that action at this time.
0 commit comments