You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by as...@apache.org on 2020/07/01 07:08:17 UTC

[camel-k] 10/24: fix: Correct indentation of v1alpha1 versions in CRDs

This is an automated email from the ASF dual-hosted git repository.

astefanutti pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 5c0f0fbeab99c5c68e364d28ead5e2f23cb0857c
Author: Antonin Stefanutti <an...@stefanutti.fr>
AuthorDate: Thu Jun 11 11:40:30 2020 +0200

    fix: Correct indentation of v1alpha1 versions in CRDs
---
 deploy/crd-build.yaml                | 3 +++
 deploy/crd-camel-catalog.yaml        | 4 ++--
 deploy/crd-integration-kit.yaml      | 4 ++--
 deploy/crd-integration-platform.yaml | 4 ++--
 4 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/deploy/crd-build.yaml b/deploy/crd-build.yaml
index 6b384db..3c78b7e 100644
--- a/deploy/crd-build.yaml
+++ b/deploy/crd-build.yaml
@@ -4701,3 +4701,6 @@ spec:
       storage: true
       subresources:
         status: {}
+    - name: v1alpha1
+      served: true
+      storage: false
diff --git a/deploy/crd-camel-catalog.yaml b/deploy/crd-camel-catalog.yaml
index e7a829d..930ad71 100644
--- a/deploy/crd-camel-catalog.yaml
+++ b/deploy/crd-camel-catalog.yaml
@@ -231,5 +231,5 @@ spec:
       subresources:
         status: {}
     - name: v1alpha1
-        served: true
-        storage: false
+      served: true
+      storage: false
diff --git a/deploy/crd-integration-kit.yaml b/deploy/crd-integration-kit.yaml
index ee6e5b3..a237b46 100644
--- a/deploy/crd-integration-kit.yaml
+++ b/deploy/crd-integration-kit.yaml
@@ -207,5 +207,5 @@ spec:
       subresources:
         status: {}
     - name: v1alpha1
-        served: true
-        storage: false
+      served: true
+      storage: false
diff --git a/deploy/crd-integration-platform.yaml b/deploy/crd-integration-platform.yaml
index c434185..6311ee2 100644
--- a/deploy/crd-integration-platform.yaml
+++ b/deploy/crd-integration-platform.yaml
@@ -376,5 +376,5 @@ spec:
       subresources:
         status: {}
     - name: v1alpha1
-        served: true
-        storage: false
+      served: true
+      storage: false