Fix harbor default for preparer
This commit is contained in:
@@ -20,9 +20,9 @@
|
|||||||
:stringData {".dockerconfigjson" '(str "{\"auths\":{\""
|
:stringData {".dockerconfigjson" '(str "{\"auths\":{\""
|
||||||
host
|
host
|
||||||
"\":{\"auth\":\""
|
"\":{\"auth\":\""
|
||||||
(b64e (str (-> :harbor:robot-account .-name) ":" (-> :harbor:robot-account .-secret)))
|
(b64e (str (-> :harbor:robot-account .-fullName) ":" (-> :harbor:robot-account .-secret)))
|
||||||
"\"}}}")}}
|
"\"}}}")}}
|
||||||
:harbor:robot-opts {:name (str "kube" "-robot")
|
:harbor:robot-account-opts {:name '(str "kube-" app-name "-robot")
|
||||||
:namespace 'app-name
|
:namespace 'app-name
|
||||||
:level "project"
|
:level "project"
|
||||||
:permissions [{:kind "project"
|
:permissions [{:kind "project"
|
||||||
|
|||||||
Reference in New Issue
Block a user