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