add copyright header to csi-agent-configmap.yaml (#870)

This commit is contained in:
Theron Voran 2023-04-11 11:00:47 -07:00 committed by GitHub
parent d52c4a519d
commit 1307dbea76
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,3 +1,8 @@
{{/*
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: MPL-2.0
*/}}
{{- template "vault.csiEnabled" . -}} {{- template "vault.csiEnabled" . -}}
{{- if and (.csiEnabled) (eq (.Values.csi.agent.enabled | toString) "true") -}} {{- if and (.csiEnabled) (eq (.Values.csi.agent.enabled | toString) "true") -}}
apiVersion: v1 apiVersion: v1