Explorar o código

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 %!s(int64=3) %!d(string=hai) anos
pai
achega
af5661db69
Modificáronse 1 ficheiros con 2 adicións e 3 borrados
  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 {