wip
This commit is contained in:
parent
bae554d2d5
commit
4f2d1c322e
11 changed files with 136 additions and 2 deletions
|
|
@ -5,14 +5,28 @@ metadata:
|
|||
namespace: minecraft
|
||||
spec:
|
||||
containers:
|
||||
- image: busybox
|
||||
- image: docker.io/curlimages/curl
|
||||
name: pvc-inspector
|
||||
command: ["sleep", "3600"]
|
||||
env:
|
||||
- name: FOO
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: mysecret
|
||||
key: foo
|
||||
volumeMounts:
|
||||
- mountPath: /data
|
||||
name: data
|
||||
# subPath: minecraft
|
||||
#
|
||||
#
|
||||
- name: sealed-secret
|
||||
mountPath: /secret
|
||||
readOnly: true
|
||||
volumes:
|
||||
- name: data
|
||||
persistentVolumeClaim:
|
||||
claimName: data
|
||||
- name: sealed-secret
|
||||
secret:
|
||||
secretName: mysecret
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue