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],
|
Name: formattedName[0:20],
|
||||||
Namespace: app.UserID,
|
Namespace: app.UserID,
|
||||||
Labels: map[string]string{
|
Labels: map[string]string{
|
||||||
"component": "install",
|
"component": "install",
|
||||||
"kind": "action",
|
"kind": "action",
|
||||||
|
"environment": app.Data.Environemnt,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
StringData: map[string]string{
|
StringData: map[string]string{
|
||||||
|
Loading…
Reference in New Issue
Block a user