Skip to content

Commit

Permalink
address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulait committed Apr 26, 2024
1 parent 4f2e7a1 commit 2c71bdd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion templates/flavors/dual-stack/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../default
- ../vpcless

patches:
- target:
Expand Down
5 changes: 0 additions & 5 deletions templates/flavors/vpcless/deleteLinodeVPC.yaml

This file was deleted.

9 changes: 8 additions & 1 deletion templates/flavors/vpcless/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,14 @@ resources:
- ../default

patches:
- path: deleteLinodeVPC.yaml
- target:
kind: LinodeVPC
patch: |-
$patch: delete
apiVersion: infrastructure.cluster.x-k8s.io/v1alpha1
kind: LinodeVPC
metadata:
name: ${VPC_NAME:=${CLUSTER_NAME}}
- target:
group: infrastructure.cluster.x-k8s.io
version: v1alpha1
Expand Down

0 comments on commit 2c71bdd

Please sign in to comment.