Updated file mode comment

This commit is contained in:
Kasra Bigdeli
2026-08-01 21:23:20 -07:00
parent 1741983d55
commit 5238edfe57
+1 -1
View File
@@ -1543,7 +1543,7 @@ class DockerApi {
Name: obj.secretName,
UID: '0',
GID: '0',
Mode: 292, // TODO << what is this! I just added a secret and this is how it came out with... But I don't know what it means
Mode: 0o444, // Read-only for owner, group, and others
},
SecretID: obj.secretId,
SecretName: obj.secretName,