We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b43c259 commit 6155b22Copy full SHA for 6155b22
pkg/patterns/declarative/sort.go
@@ -46,7 +46,7 @@ func DefaultObjectOrder(ctx context.Context) func(o *manifest.Object) int {
46
return 2
47
48
// Pods might need configmap or secrets - avoid backoff by creating them first
49
- case "/ConfigMap", "/Secrets":
+ case "/ConfigMap", "/Secret":
50
return 100
51
52
// Create the pods after we've created other things they might be waiting for
0 commit comments