diff --git a/resources/application-secret.go b/resources/application-secret.go index dfc37b2..b4bdd6f 100644 --- a/resources/application-secret.go +++ b/resources/application-secret.go @@ -48,7 +48,7 @@ func (r *ApplicationSecret) Properties() types.Properties { } func (r *ApplicationSecret) String() string { - return *r.Name + return *r.AppName } type ApplicationSecretLister struct {