@@ -365,8 +365,8 @@ apiVersion: rbac.authorization.k8s.io/v1
365365metadata:
366366 name: codefresh-role
367367rules:
368- - apiGroups:[ “” ]
369- resources:[ “ * ” ]
368+ - apiGroups:[ "" ]
369+ resources:[ " * " ]
370370 verbs:[ “list”, “watch”, “get”]
371371{% endraw %}
372372{% endhighlight %}
@@ -383,8 +383,8 @@ apiVersion: rbac.authorization.k8s.io/v1
383383metadata:
384384 name: codefresh-role
385385rules:
386- - apiGroups:[ "* "]
387- resources:[ “ * ” ]
386+ - apiGroups:[ "* "]
387+ resources:[ " * " ]
388388 verbs:[ "get", "list", "watch", "create", "update", "patch", "delete"]
389389—--
390390apiVersion: v1
@@ -428,8 +428,8 @@ kubectl config use-context <my-cluster-name>
428428{% endraw %}
429429{% endhighlight %}
430430
431+ {: start ="2"}
4314321 . Create the Codefresh user/role:
432-
433433` Apply Codefresh access rules `
434434{% highlight shell %}
435435{% raw %}
@@ -438,7 +438,6 @@ kubectl apply -f codefresh-role-sa-bind.yml
438438{% endhighlight %}
439439
4404401 . Finally run the following commands, and copy-paste the results to the respective Codefresh field in the UI:
441-
442441` Host IP `
443442{% highlight shell %}
444443{% raw %}