Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
[incubator/raw] fix: ConfigMap Artifact created for every raw chart
Browse files Browse the repository at this point in the history
Fixes #13188

Signed-off-by: Yusuke KUOKA <ykuoka@gmail.com>
  • Loading branch information
mumoshu committed May 9, 2019
1 parent d02bc8b commit aebca29
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 9 deletions.
4 changes: 2 additions & 2 deletions incubator/raw/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: raw
home: https://github.com/helm/charts/blob/master/incubator/raw
version: 0.2.0
appVersion: 0.2.0
version: 0.2.1
appVersion: 0.2.1
description: A place for all the Kubernetes resources which don't already have a home.
maintainers:
- name: josdotso
Expand Down
8 changes: 8 additions & 0 deletions incubator/raw/ci/resources-values.yaml
Original file line number Diff line number Diff line change
@@ -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 changes: 6 additions & 0 deletions incubator/raw/ci/templates-values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
templates:
- |
apiVersion: v1
kind: ConfigMap
metadata:
name: raw
13 changes: 6 additions & 7 deletions incubator/raw/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aebca29

Please sign in to comment.