Skip to content

Commit 4794de4

Browse files
committed
Add some missing Kustomize APIVersion and Kind fields
1 parent ef5d477 commit 4794de4

File tree

7 files changed

+21
-0
lines changed

7 files changed

+21
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
---
2+
apiVersion: kustomize.config.k8s.io/v1beta1
3+
kind: Kustomization
4+
25
components:
36
- ../../../lib/metallb
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
---
2+
apiVersion: kustomize.config.k8s.io/v1beta1
3+
kind: Kustomization
4+
25
components:
36
- ../../../lib/nmstate

examples/common/olm-subscriptions/kustomization.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
---
2+
apiVersion: kustomize.config.k8s.io/v1beta1
3+
kind: Kustomization
4+
25
components:
36
- ../../../lib/olm-deps
47
- ../../../lib/olm-openstack-subscriptions/overlays/default

examples/common/olm/kustomization.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
---
2+
apiVersion: kustomize.config.k8s.io/v1beta1
3+
kind: Kustomization
4+
25
components:
36
- ../../../lib/olm-deps
47
- ../../../lib/olm-openstack
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
---
2+
apiVersion: kustomize.config.k8s.io/v1beta1
3+
kind: Kustomization
4+
25
components:
36
- ../../../lib/openstack

examples/dt/bgp-l3-xl/metallb/kustomization.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
---
2+
apiVersion: kustomize.config.k8s.io/v1beta1
3+
kind: Kustomization
4+
25
components:
36
- ../../../../lib/metallb
47

examples/dt/bgp_dt01/metallb/kustomization.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
---
2+
apiVersion: kustomize.config.k8s.io/v1beta1
3+
kind: Kustomization
4+
25
components:
36
- ../../../../lib/metallb
47

0 commit comments

Comments
 (0)