Skip to content

Commit 4ba4cad

Browse files
authored
Merge pull request #153 from atoato88/change-secrets-with-secret
Change Secrets with Secret in sort.go
2 parents 196f208 + 6155b22 commit 4ba4cad

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)