From f2f2a9fc58280145d0169430aaaf84b32356b985 Mon Sep 17 00:00:00 2001 From: stefanprodan Date: Fri, 7 Feb 2020 11:59:44 +0200 Subject: [PATCH] Add provider type to metric template printer --- artifacts/flagger/crd.yaml | 4 ++++ charts/flagger/templates/crd.yaml | 4 ++++ kustomize/base/flagger/crd.yaml | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/artifacts/flagger/crd.yaml b/artifacts/flagger/crd.yaml index 516c57e6..1189b830 100644 --- a/artifacts/flagger/crd.yaml +++ b/artifacts/flagger/crd.yaml @@ -355,6 +355,10 @@ spec: scope: Namespaced subresources: status: {} + additionalPrinterColumns: + - name: Provider + type: string + JSONPath: .spec.provider.type validation: openAPIV3Schema: properties: diff --git a/charts/flagger/templates/crd.yaml b/charts/flagger/templates/crd.yaml index a69725d7..bbeec6fc 100644 --- a/charts/flagger/templates/crd.yaml +++ b/charts/flagger/templates/crd.yaml @@ -356,6 +356,10 @@ spec: scope: Namespaced subresources: status: {} + additionalPrinterColumns: + - name: Provider + type: string + JSONPath: .spec.provider.type validation: openAPIV3Schema: properties: diff --git a/kustomize/base/flagger/crd.yaml b/kustomize/base/flagger/crd.yaml index 516c57e6..1189b830 100644 --- a/kustomize/base/flagger/crd.yaml +++ b/kustomize/base/flagger/crd.yaml @@ -355,6 +355,10 @@ spec: scope: Namespaced subresources: status: {} + additionalPrinterColumns: + - name: Provider + type: string + JSONPath: .spec.provider.type validation: openAPIV3Schema: properties: