Add Templates to pretty config
This commit is contained in:
		@@ -147,8 +147,9 @@ func (app *Application) Create(ctx context.Context) error {
 | 
			
		||||
			Name:      formattedName[0:20],
 | 
			
		||||
			Namespace: app.UserID,
 | 
			
		||||
			Labels: map[string]string{
 | 
			
		||||
				"component": "install",
 | 
			
		||||
				"kind":      "action",
 | 
			
		||||
				"component":   "install",
 | 
			
		||||
				"kind":        "action",
 | 
			
		||||
				"environment": app.Data.Environemnt,
 | 
			
		||||
			},
 | 
			
		||||
		},
 | 
			
		||||
		StringData: map[string]string{
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user