mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
add app description which provide app abstract for project dashboard (#2524)
This commit is contained in:
@@ -2,7 +2,7 @@ apiVersion: v1
|
||||
description: Scales worker nodes within agent pools
|
||||
icon: https://github.com/kubernetes/kubernetes/blob/master/logo/logo.png
|
||||
name: acs-engine-autoscaler
|
||||
version: 2.1.0
|
||||
version: 2.1.1
|
||||
appVersion: 2.1.1
|
||||
sources:
|
||||
- https://github.com/wbuchwalter/Kubernetes-acs-engine-autoscaler
|
||||
|
||||
@@ -5,6 +5,8 @@ metadata:
|
||||
name: {{ template "acs-engine-autoscaler.fullname" . }}
|
||||
labels:
|
||||
{{ include "acs-engine-autoscaler.labels.standard" . | indent 4 }}
|
||||
annotations:
|
||||
description: {{ .Chart.Description }}
|
||||
spec:
|
||||
replicas: {{ .Values.replicaCount }}
|
||||
template:
|
||||
@@ -80,4 +82,4 @@ spec:
|
||||
imagePullPolicy: {{ .Values.image.pullPolicy }}
|
||||
restartPolicy: Always
|
||||
dnsPolicy: Default
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
||||
Reference in New Issue
Block a user