Add jitconfig model field
Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
This commit is contained in:
parent
6089f17b08
commit
034cc47185
5 changed files with 35 additions and 5 deletions
|
|
@ -155,6 +155,7 @@ type Instance struct {
|
|||
ProviderFault []byte `gorm:"type:longblob"`
|
||||
CreateAttempt int
|
||||
TokenFetched bool
|
||||
JitConfiguration []byte `gorm:"type:longblob"`
|
||||
GitHubRunnerGroup string
|
||||
AditionalLabels datatypes.JSON
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue