mirror of
https://github.com/FairwindsOps/polaris.git
synced 2026-08-23 22:26:34 +00:00
20 lines
390 B
YAML
20 lines
390 B
YAML
successMessage: Ingress has TLS configured
|
|
failureMessage: Ingress does not have TLS configured
|
|
category: Security
|
|
target: Ingress
|
|
schema:
|
|
'$schema': http://json-schema.org/draft-07/schema
|
|
type: object
|
|
required:
|
|
- spec
|
|
properties:
|
|
spec:
|
|
type: object
|
|
required:
|
|
- tls
|
|
properties:
|
|
tls:
|
|
type: array
|
|
not:
|
|
const: null
|