We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 801e6cb commit 310fe35Copy full SHA for 310fe35
README.md
@@ -69,9 +69,15 @@ xtf.bm.namespace=alpha-builds
69
```
70
71
A simplier approach to authetication and execution is to export the `kubeconfig` file then execute the test suite.
72
-`export KUBECONFIG=<path_to_kubeconfig>`
+``` bash
73
+#mocked config
74
+export KUBECONFIG=<path_to_kubeconfig>
75
+```
76
-`export KUBECONFIG=kubeconfig`
77
78
+#past example
79
+export KUBECONFIG=kubeconfig
80
81
82
After this is done then it is just a matter of executing the testsuite as already defined above.
83
0 commit comments