mirror of https://github.com/helm/helm
- add coverage for cannonical export format - add new subchart3 for testing purposes solved: #7045 Signed-off-by: ferantivero <v-fean@microsoft.com>pull/7047/head
parent
139bfa66a5
commit
f9428817f7
@ -0,0 +1,22 @@
|
|||||||
|
# Patterns to ignore when building packages.
|
||||||
|
# This supports shell glob matching, relative path matching, and
|
||||||
|
# negation (prefixed with !). Only one pattern per line.
|
||||||
|
.DS_Store
|
||||||
|
# Common VCS dirs
|
||||||
|
.git/
|
||||||
|
.gitignore
|
||||||
|
.bzr/
|
||||||
|
.bzrignore
|
||||||
|
.hg/
|
||||||
|
.hgignore
|
||||||
|
.svn/
|
||||||
|
# Common backup files
|
||||||
|
*.swp
|
||||||
|
*.bak
|
||||||
|
*.tmp
|
||||||
|
*~
|
||||||
|
# Various IDEs
|
||||||
|
.project
|
||||||
|
.idea/
|
||||||
|
*.tmproj
|
||||||
|
.vscode/
|
@ -0,0 +1,5 @@
|
|||||||
|
apiVersion: v1
|
||||||
|
appVersion: "1.0"
|
||||||
|
description: A Helm chart for Kubernetes
|
||||||
|
name: subchart3
|
||||||
|
version: 0.1.0
|
@ -0,0 +1,4 @@
|
|||||||
|
exports:
|
||||||
|
data:
|
||||||
|
SCCdata:
|
||||||
|
SCCstring: "mugwort"
|
Loading…
Reference in new issue