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