diff options
author | Ian Lewis <ianlewis@google.com> | 2018-12-17 09:30:30 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-17 09:30:30 +0900 |
commit | 2c39404cfa4511a6532b9675017d164545cc0d52 (patch) | |
tree | 18f74ceb7571a869e29db92d8458814043444094 | |
parent | ff70b9b1214d8ee8a20c191bea46bf84a9a7651b (diff) | |
parent | dedf95bd7192a37dc3b6851f13e4351cb8b6bb8b (diff) |
Merge branch 'master' into codeowners
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -78,10 +78,10 @@ $ cat > sandbox.json << EOL "name": "nginx-sandbox", "namespace": "default", "attempt": 1, - "uid": "hdishd83djaidwnduwk28bcsb", - "annotations": { - "io.kubernetes.cri.untrusted-workload": "true" - } + "uid": "hdishd83djaidwnduwk28bcsb" + }, + "annotations": { + "io.kubernetes.cri.untrusted-workload": "true" }, "linux": { }, |