12345678910111213141516171819202122232425262728293031323334353637383940 |
- # Copyright Broadcom, Inc. All Rights Reserved.
- # SPDX-License-Identifier: APACHE-2.0
- ---
- header:
- # License format for Helm templates
- - comment: on-failure
- license:
- spdx-id: Apache-2.0
- copyright-owner: Copyright Broadcom, Inc. All Rights Reserved.
- content: |
- {{- /*
- Copyright Broadcom, Inc. All Rights Reserved.
- SPDX-License-Identifier: APACHE-2.0
- */}}
- paths:
- - "bitnami/**/templates/**/*.yml"
- - "bitnami/**/templates/**/*.yaml"
- paths-ignore:
- - "bitnami/**/templates/crds/**/*.yml"
- - "bitnami/**/templates/crds/**/*.yaml"
- # License format for all other YAML files
- - comment: on-failure
- license:
- spdx-id: Apache-2.0
- copyright-owner: Copyright Broadcom, Inc. All Rights Reserved.
- content: |
- # Copyright Broadcom, Inc. All Rights Reserved.
- # SPDX-License-Identifier: APACHE-2.0
- paths:
- - "bitnami/**/*.yml"
- - "bitnami/**/*.yaml"
- paths-ignore:
- - "bitnami/**/templates/**/*.yml"
- - "bitnami/**/templates/**/*.yaml"
|