mirror of
https://github.com/truenas/charts.git
synced 2024-04-21 15:21:45 +00:00
forbid using revoked or expired certs
This commit is contained in:
@@ -38,10 +38,6 @@ scaleCerts:
|
||||
certPath: /some/path/in/the/container/crt.key
|
||||
# Optional, If populated, it will mount the private key in the container's path
|
||||
keyPath: /some/path/in/the/container/key.key
|
||||
# Optional, Allow the use of revoked certs, even if is not allowed globally
|
||||
useRevoked: false
|
||||
# Optional, Allow the use of expired certs, even if is not allowed globally
|
||||
useExpired: false
|
||||
```
|
||||
|
||||
---
|
||||
@@ -81,8 +77,4 @@ scaleCertsList:
|
||||
certPath:
|
||||
# Optional
|
||||
keyPath:
|
||||
# Optional
|
||||
useRevoked: false
|
||||
# Optional
|
||||
useExpired: false
|
||||
```
|
||||
|
||||
@@ -11,10 +11,6 @@
|
||||
# If not defined on per pod or in ixChartContext, assume this.
|
||||
# Empty means NO runtimeClassName
|
||||
runtimeClassName: ""
|
||||
# If not defined on the the cert item, assume this
|
||||
useRevokedCerts: false
|
||||
# If not defined on the the cert item, assume this
|
||||
useExpiredCerts: false
|
||||
# If not defined on the pod, assume this
|
||||
dnsPolicy: ClusterFirst
|
||||
# If no restart Policy is defined, assume this
|
||||
|
||||
Reference in New Issue
Block a user