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