From 1307dbea76330dfb5cf190d331b250d16e90cf57 Mon Sep 17 00:00:00 2001 From: Theron Voran Date: Tue, 11 Apr 2023 11:00:47 -0700 Subject: [PATCH] add copyright header to csi-agent-configmap.yaml (#870) --- templates/csi-agent-configmap.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/templates/csi-agent-configmap.yaml b/templates/csi-agent-configmap.yaml index cb373f8..7af08e8 100644 --- a/templates/csi-agent-configmap.yaml +++ b/templates/csi-agent-configmap.yaml @@ -1,3 +1,8 @@ +{{/* +Copyright (c) HashiCorp, Inc. +SPDX-License-Identifier: MPL-2.0 +*/}} + {{- template "vault.csiEnabled" . -}} {{- if and (.csiEnabled) (eq (.Values.csi.agent.enabled | toString) "true") -}} apiVersion: v1