From 2be35d024beddb8dc62f70421acfafcb31c599ce Mon Sep 17 00:00:00 2001 From: Gavin Date: Tue, 8 Jan 2019 00:22:42 +0800 Subject: [PATCH] Fixed: error parsing with-rbac.yaml: error converting YAML to JSON: yaml: line 36: did not find expected key --- deploy/with-rbac.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/with-rbac.yaml b/deploy/with-rbac.yaml index 4dca98636..673179114 100644 --- a/deploy/with-rbac.yaml +++ b/deploy/with-rbac.yaml @@ -33,7 +33,7 @@ spec: - --publish-service=$(POD_NAMESPACE)/ingress-nginx - --annotations-prefix=nginx.ingress.kubernetes.io securityContext: - allowPrivilegeEscalation: true + allowPrivilegeEscalation: true capabilities: drop: - ALL