Преглед изворни кода

keep the namespace annotations field in the DB

Mohammed Nafees пре 3 година
родитељ
комит
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
 	Mode string
 
-	NewCommentsDisabled bool
-	NamespaceLabels     []byte
+	NewCommentsDisabled  bool
+	NamespaceLabels      []byte
+	NamespaceAnnotations []byte
 
 	// WebhookID uniquely identifies the environment when other fields (project, cluster)
 	// aren't present