Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Commit

Permalink
add license info
Browse files Browse the repository at this point in the history
  • Loading branch information
elroyashjr committed Jul 28, 2021
1 parent a3de827 commit 58646f3
Show file tree
Hide file tree
Showing 12 changed files with 32 additions and 2 deletions.
3 changes: 3 additions & 0 deletions sample-container-chart/.helmignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-License-Identifier: Apache-2.0
# Copyright (c) 2021 <Company Name>

# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
Expand Down
2 changes: 1 addition & 1 deletion sample-container-chart/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SPDX-License-Identifier: Apache-2.0
# Copyright (c) 2021 <Company name>
# Copyright (c) 2021 <Company Name>

apiVersion: v1
appVersion: "1.16.0"
Expand Down
3 changes: 3 additions & 0 deletions sample-container-chart/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-License-Identifier: Apache-2.0
# Copyright (c) 2021 <Company Name>

1. Get the application URL by running these commands:
{{- if .Values.ingress.enabled }}
{{- range $host := .Values.ingress.hosts }}
Expand Down
3 changes: 3 additions & 0 deletions sample-container-chart/templates/_helpers.tpl
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-License-Identifier: Apache-2.0
# Copyright (c) 2021 <Company Name>

{{/*
Expand the name of the chart.
*/}}
Expand Down
3 changes: 3 additions & 0 deletions sample-container-chart/templates/deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-License-Identifier: Apache-2.0
# Copyright (c) 2021 <Company Name>

apiVersion: apps/v1
kind: Deployment
metadata:
Expand Down
3 changes: 3 additions & 0 deletions sample-container-chart/templates/hpa.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-License-Identifier: Apache-2.0
# Copyright (c) 2021 <Company Name>

{{- if .Values.autoscaling.enabled }}
apiVersion: autoscaling/v2beta1
kind: HorizontalPodAutoscaler
Expand Down
3 changes: 3 additions & 0 deletions sample-container-chart/templates/ingress.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-License-Identifier: Apache-2.0
# Copyright (c) 2021 <Company Name>

{{- if .Values.ingress.enabled -}}
{{- $fullName := include "sample_container_chart.fullname" . -}}
{{- $svcPort := .Values.service.port -}}
Expand Down
3 changes: 3 additions & 0 deletions sample-container-chart/templates/service.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-License-Identifier: Apache-2.0
# Copyright (c) 2021 <Company Name>

apiVersion: v1
kind: Service
metadata:
Expand Down
3 changes: 3 additions & 0 deletions sample-container-chart/templates/serviceaccount.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-License-Identifier: Apache-2.0
# Copyright (c) 2021 <Company Name>

{{- if .Values.serviceAccount.create -}}
apiVersion: v1
kind: ServiceAccount
Expand Down
3 changes: 3 additions & 0 deletions sample-container-chart/templates/tests/test-connection.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-License-Identifier: Apache-2.0
# Copyright (c) 2021 <Company Name>

apiVersion: v1
kind: Pod
metadata:
Expand Down
3 changes: 3 additions & 0 deletions sample-container-chart/values.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-License-Identifier: Apache-2.0
# Copyright (c) 2021 <Company Name>

# Default values for sample_container_chart.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
Expand Down
2 changes: 1 addition & 1 deletion sample-vm-chart/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# SPDX-License-Identifier: Apache-2.0
# Copyright (c) <Company Name>
# Copyright (c) 2021 <Company Name>

0 comments on commit 58646f3

Please sign in to comment.