diff --git a/proto/catalog.proto b/proto/catalog.proto index 181830179bf3..fa8880f9e016 100644 --- a/proto/catalog.proto +++ b/proto/catalog.proto @@ -444,7 +444,7 @@ message Secret { message SecretRef { enum RefAsType { - BYTES = 0; + TEXT = 0; // AS FILE FILE = 1; }