Skip to content

Commit 6155b22

Browse files
committed
Change Secrets with Secret in sort.go
This commit changes Secrets with Secret. That's because kind of secret is "Secret" not "Secrets".
1 parent b43c259 commit 6155b22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/patterns/declarative/sort.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ func DefaultObjectOrder(ctx context.Context) func(o *manifest.Object) int {
4646
return 2
4747

4848
// Pods might need configmap or secrets - avoid backoff by creating them first
49-
case "/ConfigMap", "/Secrets":
49+
case "/ConfigMap", "/Secret":
5050
return 100
5151

5252
// Create the pods after we've created other things they might be waiting for

0 commit comments

Comments
 (0)