Try mounting empty koschei configmap volume
This commit is contained in:
parent
0c41b833fe
commit
a047fbaab8
1 changed files with 4 additions and 1 deletions
|
@ -36,7 +36,10 @@ items:
|
|||
ports:
|
||||
- containerPort: 80
|
||||
resources: {}
|
||||
volumeMounts: {}
|
||||
volumeMounts:
|
||||
- name: config-volume
|
||||
mountPath: /dummy
|
||||
readOnly: true
|
||||
readinessProbe:
|
||||
timeoutSeconds: 10
|
||||
initialDelaySeconds: 5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue