Fixed mounting as readOnly being true
This commit is contained in:
parent
9a5e98ada1
commit
3b74e2c3f0
@ -46,7 +46,6 @@ spec:
|
|||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: writable-secrets
|
- name: writable-secrets
|
||||||
mountPath: /etc/secrets
|
mountPath: /etc/secrets
|
||||||
readOnly: true
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: backend-api-internal-secrets
|
- name: backend-api-internal-secrets
|
||||||
secret:
|
secret:
|
||||||
|
|||||||
@ -45,7 +45,6 @@ spec:
|
|||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: writable-secrets
|
- name: writable-secrets
|
||||||
mountPath: /etc/secrets
|
mountPath: /etc/secrets
|
||||||
readOnly: true
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: backend-push-notifications-secrets
|
- name: backend-push-notifications-secrets
|
||||||
secret:
|
secret:
|
||||||
|
|||||||
@ -47,7 +47,6 @@ spec:
|
|||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: writable-secrets
|
- name: writable-secrets
|
||||||
mountPath: /etc/secrets
|
mountPath: /etc/secrets
|
||||||
readOnly: true
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: service-docker-repository-query-secrets
|
- name: service-docker-repository-query-secrets
|
||||||
secret:
|
secret:
|
||||||
|
|||||||
@ -47,7 +47,6 @@ spec:
|
|||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: writable-secrets
|
- name: writable-secrets
|
||||||
mountPath: /etc/secrets
|
mountPath: /etc/secrets
|
||||||
readOnly: true
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: service-royalroad-chapters-secrets
|
- name: service-royalroad-chapters-secrets
|
||||||
secret:
|
secret:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user