Gitiles
Code Review
Sign In
code.v1.dodo.cloud
/
pcloud
/
a2f4bb2284b2f5771341cc6d6e7e08a8ba44cd05
/
.
/
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
}