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: