Delete resources when delete of CR is done.
[ric-plt/ricdms.git] / pkg / config / conf.go
index c24500f..f0e2a63 100644 (file)
@@ -35,6 +35,8 @@ type Conf struct {
        GetChartsByNameAndVersionURL string `yaml:"getCharts-by-name-and-version-url"`
        DownloadChartURLFormat       string `yaml:"download-charts-url-format"`
        MockServer                   string `yaml:"mock-server"`
+       GETxAPPHealthURL             string `yaml:"getXappHealth-url"`
+       CustomOnboardURL             string `yaml:"customOnboard-url"`
 }
 
 func ReadConfiguration(configFile string) (c *Conf, err error) {