Răsfoiți Sursa

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 ani în urmă
părinte
comite
af5661db69
1 a modificat fișierele cu 2 adăugiri și 3 ștergeri
  1. 2 3
      apis/externalsecrets/v1alpha1/pushsecret_types.go

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

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