mirror of
https://github.com/wahyd4/cert-manager.git
synced 2026-08-18 17:46:42 +10:00
Fix escape in resource def
Signed-off-by: snobu <foo@snobu.org> Fixes https://github.com/jetstack/cert-manager/issues/1473
This commit is contained in:
@@ -7,7 +7,7 @@ metadata:
|
||||
name: certificates.certmanager.k8s.io
|
||||
spec:
|
||||
additionalPrinterColumns:
|
||||
- JSONPath: .status.conditions[?(@.type==\"Ready\")].status
|
||||
- JSONPath: .status.conditions[?(@.type=="Ready")].status
|
||||
name: Ready
|
||||
type: string
|
||||
- JSONPath: .spec.secretName
|
||||
@@ -17,7 +17,7 @@ spec:
|
||||
name: Issuer
|
||||
priority: 1
|
||||
type: string
|
||||
- JSONPath: .status.conditions[?(@.type==\"Ready\")].message
|
||||
- JSONPath: .status.conditions[?(@.type=="Ready")].message
|
||||
name: Status
|
||||
priority: 1
|
||||
type: string
|
||||
|
||||
Reference in New Issue
Block a user