This repository was archived by the owner on May 25, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
integrateion-test/src/sbt-test/bootstrap-demo Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ lazy val root = (project in file("."))
56
56
} else {
57
57
// work around: /rp-start: line 60: /opt/docker/bin/bootstrap-kapi-demo: Permission denied
58
58
Process (s " $kubectl adm policy add-scc-to-user anyuid -z default " ).! (s.log)
59
+ Process (s " $kubectl policy add-role-to-user system:image-builder system:serviceaccount:reactivelibtest1:default " ).! (s.log)
59
60
60
61
Process (s " docker tag $nm: $v docker-registry-default.centralpark.lightbend.com/reactivelibtest1/ $nm: $v" ).! (s.log)
61
62
Process (s " docker push docker-registry-default.centralpark.lightbend.com/reactivelibtest1/ $nm" ).! (s.log)
Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ lazy val root = (project in file("."))
57
57
Process (s " $kubectl apply -f kubernetes/rbac.yml " ).! (s.log)
58
58
// work around: /rp-start: line 60: /opt/docker/bin/bootstrap-kapi-demo: Permission denied
59
59
Process (s " $kubectl adm policy add-scc-to-user anyuid -z default " ).! (s.log)
60
+ Process (s " $kubectl policy add-role-to-user system:image-builder system:serviceaccount:reactivelibtest1:default " ).! (s.log)
60
61
61
62
Process (s " docker tag $nm: $v docker-registry-default.centralpark.lightbend.com/reactivelibtest1/ $nm: $v" ).! (s.log)
62
63
Process (s " docker push docker-registry-default.centralpark.lightbend.com/reactivelibtest1/ $nm" ).! (s.log)
You can’t perform that action at this time.
0 commit comments