From f02d35ca43be4c17af933a148921665aeec7a558 Mon Sep 17 00:00:00 2001 From: Pavel Kirilin Date: Thu, 5 Dec 2024 13:59:19 +0100 Subject: [PATCH] Fixed metadata. --- charts/py-app/Chart.yaml | 3 ++- charts/py-app/values.yaml | 5 +++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/charts/py-app/Chart.yaml b/charts/py-app/Chart.yaml index 86ac047..0446cf8 100644 --- a/charts/py-app/Chart.yaml +++ b/charts/py-app/Chart.yaml @@ -1,6 +1,7 @@ apiVersion: v2 name: py-app -description: A Helm chart for Kubernetes +description: Generic chart for python applications +home: https://github.com/Intreecom/charts # A chart can be either an 'application' or a 'library' chart. # diff --git a/charts/py-app/values.yaml b/charts/py-app/values.yaml index ce5ad38..2a11b42 100644 --- a/charts/py-app/values.yaml +++ b/charts/py-app/values.yaml @@ -9,8 +9,13 @@ image: replicaCount: 1 +# Inline environment variables +# it will be put directly in containers. env: {} +# Definition of migrator jobs. +# +# This should migrators: {} # pg: # # Job's additional annotations