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

Removed NotSynced status

Signed-off-by: Marcus Dantas <marcus.dantas@engineerbetter.com>
Co-authored-by: Lilly Daniell <lilly.daniell@engineerbetter.com>
Co-authored-by: Adrienne Galloway <adrienne.galloway@engineerbetter.com>
Co-authored-by: Dipo Ajayi <ajayidipo@ymail.com>
Co-authored-by: Amr Fawzy <amr.fawzy@container-solutions.com>
Marcus Dantas 3 лет назад
Родитель
Сommit
af5661db69
1 измененных файлов с 2 добавлено и 3 удалено
  1. 2 3
      apis/externalsecrets/v1alpha1/pushsecret_types.go

+ 2 - 3
apis/externalsecrets/v1alpha1/pushsecret_types.go

@@ -20,9 +20,8 @@ import (
 )
 
 const (
-	ReasonSynced    = "Synced"
-	ReasonNotSynced = "NotSynced"
-	ReasonErrored   = "Errored"
+	ReasonSynced  = "Synced"
+	ReasonErrored = "Errored"
 )
 
 type PushSecretStoreRef struct {