Skip to content

Commit 89ca565

Browse files
authored
Merge pull request #1 from rh-openjdk/repo_check
Small update to the README to test repo permissions.
2 parents 6ea1164 + 310fe35 commit 89ca565

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,16 @@ xtf.bm.namespace=alpha-builds
6868

6969
```
7070

71+
A simplier approach to authetication and execution is to export the `kubeconfig` file then execute the test suite.
72+
``` bash
73+
#mocked config
74+
export KUBECONFIG=<path_to_kubeconfig>
75+
```
76+
77+
``` bash
78+
#past example
79+
export KUBECONFIG=kubeconfig
80+
```
7181

82+
After this is done then it is just a matter of executing the testsuite as already defined above.
7283

0 commit comments

Comments
 (0)