From d9ca71c0617f47031debc085bb5adb06672cd4e4 Mon Sep 17 00:00:00 2001 From: Logan Jones Date: Fri, 12 Nov 2021 15:55:22 -0500 Subject: [PATCH] use variable from helm values.yaml --- scripts/.gitignore | 2 ++ scripts/csi-offline-bundle.sh | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 scripts/.gitignore diff --git a/scripts/.gitignore b/scripts/.gitignore new file mode 100644 index 0000000..f77bf86 --- /dev/null +++ b/scripts/.gitignore @@ -0,0 +1,2 @@ +images.manifest +images.tar diff --git a/scripts/csi-offline-bundle.sh b/scripts/csi-offline-bundle.sh index 8d02c55..433bd90 100755 --- a/scripts/csi-offline-bundle.sh +++ b/scripts/csi-offline-bundle.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2020 Dell Inc., or its subsidiaries. All Rights Reserved. +# Copyright (c) 2021 Dell Inc., or its subsidiaries. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.