Fixed metadata.
This commit is contained in:
@ -1,6 +1,7 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: py-app
|
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.
|
# A chart can be either an 'application' or a 'library' chart.
|
||||||
#
|
#
|
||||||
|
@ -9,8 +9,13 @@ image:
|
|||||||
|
|
||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
|
|
||||||
|
# Inline environment variables
|
||||||
|
# it will be put directly in containers.
|
||||||
env: {}
|
env: {}
|
||||||
|
|
||||||
|
# Definition of migrator jobs.
|
||||||
|
#
|
||||||
|
# This should
|
||||||
migrators: {}
|
migrators: {}
|
||||||
# pg:
|
# pg:
|
||||||
# # Job's additional annotations
|
# # Job's additional annotations
|
||||||
|
Reference in New Issue
Block a user