Просмотр исходного кода

keep the namespace annotations field in the DB

Mohammed Nafees 3 лет назад
Родитель
Сommit
526d258b73
1 измененных файлов с 3 добавлено и 2 удалено
  1. 3 2
      internal/models/environment.go

+ 3 - 2
internal/models/environment.go

@@ -22,8 +22,9 @@ type Environment struct {
 	Name string
 	Name string
 	Mode string
 	Mode string
 
 
-	NewCommentsDisabled bool
-	NamespaceLabels     []byte
+	NewCommentsDisabled  bool
+	NamespaceLabels      []byte
+	NamespaceAnnotations []byte
 
 
 	// WebhookID uniquely identifies the environment when other fields (project, cluster)
 	// WebhookID uniquely identifies the environment when other fields (project, cluster)
 	// aren't present
 	// aren't present