mirror of https://github.com/helm/helm
Signed-off-by: Vlad Fratila <vfratila@adobe.com> Signed-off-by: Matheus Hunsche <matheus.hunsche@ifood.com.br>pull/8840/head
parent
9e69e66f98
commit
5c70e6c11f
@ -0,0 +1 @@
|
||||
glob-external-1
|
@ -0,0 +1 @@
|
||||
glob-external-2
|
@ -0,0 +1,22 @@
|
||||
---
|
||||
# Source: configmap/templates/config-map.yaml
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: "RELEASE-NAME-"
|
||||
labels:
|
||||
# The "app.kubernetes.io/managed-by" label is used to track which tool
|
||||
# deployed a given chart. It is useful for admins who want to see what
|
||||
# releases a particular tool is responsible for.
|
||||
app.kubernetes.io/managed-by: "Helm"
|
||||
# The "app.kubernetes.io/instance" convention makes it easy to tie a release
|
||||
# to all of the Kubernetes resources that were created as part of that
|
||||
# release.
|
||||
app.kubernetes.io/instance: "RELEASE-NAME"
|
||||
app.kubernetes.io/version: 1.0
|
||||
# This makes it easy to audit chart usage.
|
||||
helm.sh/chart: "configmap-0.1.0"
|
||||
data:
|
||||
external.1.conf: glob-external-1
|
||||
external.2.conf: glob-external-2
|
||||
external.txt: out-of-chart-dir
|
@ -0,0 +1,21 @@
|
||||
---
|
||||
# Source: configmap/templates/config-map.yaml
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: "RELEASE-NAME-"
|
||||
labels:
|
||||
# The "app.kubernetes.io/managed-by" label is used to track which tool
|
||||
# deployed a given chart. It is useful for admins who want to see what
|
||||
# releases a particular tool is responsible for.
|
||||
app.kubernetes.io/managed-by: "Helm"
|
||||
# The "app.kubernetes.io/instance" convention makes it easy to tie a release
|
||||
# to all of the Kubernetes resources that were created as part of that
|
||||
# release.
|
||||
app.kubernetes.io/instance: "RELEASE-NAME"
|
||||
app.kubernetes.io/version: 1.0
|
||||
# This makes it easy to audit chart usage.
|
||||
helm.sh/chart: "configmap-0.1.0"
|
||||
data:
|
||||
external.1.conf: glob-external-1
|
||||
external.2.conf: glob-external-2
|
@ -1 +1,4 @@
|
||||
external: external.txt
|
||||
external: false
|
||||
glob:
|
||||
enabled: false
|
||||
path: "glob/*"
|
Loading…
Reference in new issue