From 588fdd5b231d5e5e7bb5c9d5461ac1fc9f22f2ff Mon Sep 17 00:00:00 2001 From: Gareth Evans Date: Tue, 2 Mar 2021 09:40:26 +0000 Subject: [PATCH] chore: corrected indentation of additionalPrinterColumns --- charts/captain-hook/templates/crds.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/charts/captain-hook/templates/crds.yaml b/charts/captain-hook/templates/crds.yaml index 3689c11..77f4aad 100644 --- a/charts/captain-hook/templates/crds.yaml +++ b/charts/captain-hook/templates/crds.yaml @@ -44,16 +44,16 @@ spec: type: integer message: type: string - additionalPrinterColumns: - - name: name - type: string - jsonPath: .metadata.name - - name: forwardURL - type: string - jsonPath: .spec.forwardURL - - name: status - type: string - jsonPath: .status.status + additionalPrinterColumns: + - name: name + type: string + jsonPath: .metadata.name + - name: forwardURL + type: string + jsonPath: .spec.forwardURL + - name: status + type: string + jsonPath: .status.status scope: Namespaced names: