mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
committed by
Kubernetes Prow Robot
parent
b36ee760bb
commit
446292dc80
@@ -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
|
||||
|
||||
@@ -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."
|
||||
@@ -0,0 +1,6 @@
|
||||
templates:
|
||||
- |
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: raw
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user