From 24223a5f55a9ce4e5159c5db911371ac6f95cb28 Mon Sep 17 00:00:00 2001 From: Michael Grosser Date: Fri, 17 Feb 2017 16:49:52 +0000 Subject: [PATCH] Add runAsUser to demo example Fixes #32 --- demo/config/pod.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/demo/config/pod.yaml b/demo/config/pod.yaml index 595efb9..0a853e0 100644 --- a/demo/config/pod.yaml +++ b/demo/config/pod.yaml @@ -20,6 +20,8 @@ spec: - name: hugo image: gcr.io/google_containers/hugo imagePullPolicy: Always + securityContext: + runAsUser: 0 volumeMounts: - name: markdown mountPath: /src