[incubator/raw] fix: ConfigMap Artifact created for every raw chart (#13633)

Fixes #13188

Signed-off-by: Yusuke KUOKA <ykuoka@gmail.com>
This commit is contained in:
KUOKA Yusuke
2019-05-20 08:09:19 -07:00
committed by Kubernetes Prow Robot
parent b36ee760bb
commit 446292dc80
4 changed files with 22 additions and 9 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
apiVersion: v1
name: raw
home: https://github.com/helm/charts/blob/master/incubator/raw
version: 0.2.2
appVersion: 0.2.1
version: 0.2.3
appVersion: 0.2.3
description: A place for all the Kubernetes resources which don't already have a home.
maintainers:
- name: josdotso
+8
View File
@@ -0,0 +1,8 @@
resources:
- apiVersion: scheduling.k8s.io/v1beta1
kind: PriorityClass
metadata:
name: common-critical
value: 100000000
globalDefault: false
description: "This priority class should only be used for critical priority common pods."
+6
View File
@@ -0,0 +1,6 @@
templates:
- |
apiVersion: v1
kind: ConfigMap
metadata:
name: raw
+6 -7
View File
@@ -64,13 +64,12 @@ resources: []
# globalDefault: false
# description: "This priority class should only be used for low priority app pods."
templates:
# This is here to pass the chart ci
- |
apiVersion: v1
kind: ConfigMap
metadata:
name: raw
templates: []
# - |
# apiVersion: v1
# kind: ConfigMap
# metadata:
# name: raw
#
# - |
# apiVersion: v1