add copyright header to csi-agent-configmap.yaml (#870)
This commit is contained in:
parent
d52c4a519d
commit
1307dbea76
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue