Skip to content

Commit a83f4d5

Browse files
authored
Update README.md
1 parent 3d1df81 commit a83f4d5

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,23 @@ creates tokens for the [oc-gate](https://github.com/yaacov/oc-gate) service
77
[![Go Report Card](https://goreportcard.com/badge/github.com/yaacov/oc-gate-operator)](https://goreportcard.com/report/github.com/yaacov/oc-gate-operator)
88
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
99

10+
## Install
11+
12+
Install using [operator-sdk](https://sdk.operatorframework.io/docs/installation/)
13+
14+
```bash
15+
# Create a namespace
16+
oc project default
17+
18+
# Install
19+
operator-sdk run bundle quay.io/yaacov/oc-gate-operator-bundle:v0.0.1 -n oc-gate-operator
20+
21+
# Un-Install
22+
operator-sdk cleanup oc-gate-operator
23+
```
24+
25+
## Usage
26+
1027
Requesting a token for [oc-gate](https://github.com/yaacov/oc-gate) service is done using GateToken CRD,
1128

1229
Available fields are:

0 commit comments

Comments
 (0)