Keep client CAs as a K8s ConfigMap.
The CAs used to verify clients are not secrets and can be committed to the repository as K8s ConfigMaps. This updates the config to include them.
This commit is contained in:
@@ -79,12 +79,9 @@ spec:
|
||||
path: atst-overrides.ini
|
||||
mode: 0644
|
||||
- name: nginx-client-ca-bundle
|
||||
secret:
|
||||
secretName: nginx-client-ca-bundle
|
||||
items:
|
||||
- key: client-ca-bundle.pem
|
||||
path: client-ca-bundle.pem
|
||||
mode: 0666
|
||||
configMap:
|
||||
name: nginx-client-ca-bundle
|
||||
defaultMode: 0666
|
||||
- name: nginx-config
|
||||
configMap:
|
||||
name: atst-nginx
|
||||
|
||||
Reference in New Issue
Block a user