mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-07 14:32:17 -04:00
Remove cdbg-config.yaml (#26)
This removes systemd service upload support in cdbg, but keeps it in the protobuf protocol.
This commit is contained in:
parent
ce02878019
commit
1ecc56b69f
7 changed files with 20 additions and 100 deletions
|
@ -15,7 +15,6 @@ func newRootCmd() *cobra.Command {
|
|||
It connects to CoreOS instances running debugd and deploys a self-compiled version of the bootstrapper.`,
|
||||
}
|
||||
cmd.PersistentFlags().String("config", constants.ConfigFilename, "Constellation config file")
|
||||
cmd.PersistentFlags().String("cdbg-config", constants.DebugdConfigFilename, "debugd config file")
|
||||
cmd.AddCommand(newDeployCmd())
|
||||
return cmd
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue