File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,23 @@ creates tokens for the [oc-gate](https://github.com/yaacov/oc-gate) service
7
7
[ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/yaacov/oc-gate-operator )] ( https://goreportcard.com/report/github.com/yaacov/oc-gate-operator )
8
8
[ ![ License] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( https://opensource.org/licenses/Apache-2.0 )
9
9
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
+
10
27
Requesting a token for [ oc-gate] ( https://github.com/yaacov/oc-gate ) service is done using GateToken CRD,
11
28
12
29
Available fields are:
You can’t perform that action at this time.
0 commit comments