From 3f7cadd3cc5c55fda4eb27fa04f7a88f75ef9fb0 Mon Sep 17 00:00:00 2001 From: Dean Roehrich Date: Tue, 9 Jan 2024 15:55:21 -0600 Subject: [PATCH] Provide a default overlay Signed-off-by: Dean Roehrich --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4bd01f0..bdcde16 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# Copyright 2021-2023 Hewlett Packard Enterprise Development LP +# Copyright 2021-2024 Hewlett Packard Enterprise Development LP # Other additional copyright holders may be indicated within. # # The entirety of this work is licensed under the Apache License, @@ -28,6 +28,7 @@ IMAGE_TAG_BASE ?= ghcr.io/hewlettpackard/lustre-csi-driver # Or, make kind-deploy # To deploy the base lustre config: # make deploy +OVERLAY ?= overlays/kind all: build