Skip to content
This repository was archived by the owner on Dec 9, 2024. It is now read-only.

Commit 3837497

Browse files
author
Andrei Chernyshev
committed
fix secrets usage
1 parent 83f5f42 commit 3837497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/deploy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ function getFunctionDescription(
8080
if (labels) {
8181
funcs.metadata.labels = labels;
8282
}
83-
if (image || env || memory) {
83+
if (image || env || memory || secrets) {
8484
const container = {
8585
name: funcName,
8686
};

0 commit comments

Comments
 (0)