1
0
mirror of https://github.com/rancher/os.git synced 2025-09-16 23:21:19 +00:00

Add operator

This commit is contained in:
Darren Shepherd
2021-10-20 10:58:54 -07:00
parent 0e46d19194
commit 5675644d9f
60 changed files with 5387 additions and 60 deletions

View File

@@ -15,7 +15,7 @@ type Install struct {
NoFormat bool `json:"noFormat,omitempty"`
Debug bool `json:"debug,omitempty"`
TTY string `json:"tty,omitempty"`
Password string `json:"password,omitempty"`
Password string `json:"password,omitempy"`
}
type Config struct {