Fixed metadata.
This commit is contained in:
@ -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.
|
||||
#
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user