Skip to content

Commit 2c71bdd

Browse files
committed
address review comments
1 parent 4f2e7a1 commit 2c71bdd

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

templates/flavors/dual-stack/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33
resources:
4-
- ../default
4+
- ../vpcless
55

66
patches:
77
- target:

templates/flavors/vpcless/deleteLinodeVPC.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

templates/flavors/vpcless/kustomization.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,14 @@ resources:
44
- ../default
55

66
patches:
7-
- path: deleteLinodeVPC.yaml
7+
- target:
8+
kind: LinodeVPC
9+
patch: |-
10+
$patch: delete
11+
apiVersion: infrastructure.cluster.x-k8s.io/v1alpha1
12+
kind: LinodeVPC
13+
metadata:
14+
name: ${VPC_NAME:=${CLUSTER_NAME}}
815
- target:
916
group: infrastructure.cluster.x-k8s.io
1017
version: v1alpha1

0 commit comments

Comments
 (0)