Skip to content

Commit dc17748

Browse files
Merge pull request #610 from abays/missing_api_versions
Add some missing Kustomize APIVersion and Kind fields Found a few kustomization.yamls that were missing APIVersion and Kind. They still work without them, but let's make sure they're canonically correct. Co-authored-by: Claude [email protected] Reviewed-by: John Fulton <[email protected]>
2 parents de3ed64 + 4794de4 commit dc17748

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)