Gitiles
Code Review
Sign In
code.v1.dodo.cloud
/
pcloud
/
39913697ac3878fcbec0a110b424cc2d9a5d458f
/
.
/
core
/
installer
/
values-tmpl
/
env-manager.jsonschema
blob: aa2f01dbf7072c19cb1c51eaa395668d5163d747 [
file
] [
log
] [
blame
]
{
"type"
:
"object"
,
"properties"
:
{
"RepoIP"
:
{
"type"
:
"string"
,
"default"
:
"192.168.0.11"
},
"SSHPrivateKey"
:
{
"type"
:
"string"
,
"default"
:
"foo bar"
}
},
"additionalProperties"
:
false
}