Use a single FlexVolume for nginx secrets
Just a name update for now, but we'll use the one flex volume to mount all the nginx related secrets going forward.
This commit is contained in:
parent
6acc085a77
commit
949ffa294d
@ -77,7 +77,7 @@ spec:
|
||||
mountPath: "/usr/share/nginx/html/.well-known/acme-challenge/"
|
||||
- name: snippets
|
||||
mountPath: "/etc/nginx/snippets/"
|
||||
- name: nginx-dhparam-secret
|
||||
- name: nginx-secret
|
||||
mountPath: "/etc/ssl/"
|
||||
readOnly: true
|
||||
volumes:
|
||||
@ -140,7 +140,7 @@ spec:
|
||||
- name: snippets
|
||||
configMap:
|
||||
name: nginx-snippets
|
||||
- name: nginx-dhparam-secret
|
||||
- name: nginx-secret
|
||||
flexVolume:
|
||||
driver: "azure/kv"
|
||||
options:
|
||||
|
Loading…
x
Reference in New Issue
Block a user