adding missing brace

This commit is contained in:
Blizter
2020-10-27 15:53:09 -04:00
parent 9e87d405ba
commit 468e63267b

View File

@@ -67,7 +67,8 @@ local kp =
httpIngressPath.mixin.backend.withServicePort('http') httpIngressPath.mixin.backend.withServicePort('http')
)] )]
), ),
}, + { },
} + {
// Create basic auth secret - replace 'auth' file with your own // Create basic auth secret - replace 'auth' file with your own
ingress+:: { ingress+:: {
'basic-auth-secret': 'basic-auth-secret':