Add Templates to pretty config
This commit is contained in:
		@@ -69,7 +69,7 @@ func (app *Application) Create(ctx context.Context) error {
 | 
				
			|||||||
		Name:           app.Data.Name,
 | 
							Name:           app.Data.Name,
 | 
				
			||||||
		Chart:          app.Data.Application,
 | 
							Chart:          app.Data.Application,
 | 
				
			||||||
		Version:        app.Data.Version,
 | 
							Version:        app.Data.Version,
 | 
				
			||||||
		RepositoryURL:  "oci://git.badhouseplants.net/softplayer/helm",
 | 
							RepositoryURL:  "oci://registry.badhouseplants.net/softplayer/helm",
 | 
				
			||||||
		RepositoryKind: "oci",
 | 
							RepositoryKind: "oci",
 | 
				
			||||||
		RepositoryName: "softplayer",
 | 
							RepositoryName: "softplayer",
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user