mirror of
https://github.com/FairwindsOps/polaris.git
synced 2026-08-23 22:26:34 +00:00
Compare commits
5
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b35d8e33d2 | ||
|
|
4a690d0056 | ||
|
|
198046677c | ||
|
|
c3b72a0316 | ||
|
|
c5f8b0a59d |
@@ -11,3 +11,4 @@ spec:
|
||||
securityContext:
|
||||
capabilities:
|
||||
add: ["ALL"]
|
||||
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
apiVersion: v1
|
||||
kind: Pod
|
||||
metadata:
|
||||
name: nginx
|
||||
labels:
|
||||
env: test
|
||||
spec:
|
||||
containers:
|
||||
- image: nginx
|
||||
@@ -0,0 +1,10 @@
|
||||
apiVersion: v1
|
||||
kind: Pod
|
||||
metadata:
|
||||
name: nginx
|
||||
labels:
|
||||
env: test
|
||||
spec:
|
||||
containers:
|
||||
- image: nginx:v1.2.3
|
||||
|
||||
Reference in New Issue
Block a user