Add Templates to pretty config
This commit is contained in:
parent
c2b459ee70
commit
ca8e0c3aa8
@ -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{
|
||||
|
Loading…
Reference in New Issue
Block a user