Skip to content

Commit

Permalink
Add missing license header
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Ruiz <miruiz@vmware.com>
migruiz4 committed Jun 4, 2024
1 parent e196313 commit 5a82e8d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bitnami/superset/templates/externaldb-secrets.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
{{- /*
Copyright Broadcom, Inc. All Rights Reserved.
SPDX-License-Identifier: APACHE-2.0
*/}}

{{- if and (not .Values.postgresql.enabled) (not .Values.externalDatabase.existingSecret) .Values.externalDatabase.password -}}
apiVersion: v1
kind: Secret

0 comments on commit 5a82e8d

Please sign in to comment.