Browse Source

Adding helm-values chart

pull/101/head
May Zhang 4 years ago
parent
commit
518e65303f
  1. 3
      helm-values/Chart.yaml
  2. 6
      helm-values/templates/config-map.yaml
  3. 1
      helm-values/values.yaml

3
helm-values/Chart.yaml

@ -0,0 +1,3 @@
apiVersion: v2
name: helm-values
version: 1.0.0

6
helm-values/templates/config-map.yaml

@ -0,0 +1,6 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: my-map
data:
foo: {{.Values.foo}}

1
helm-values/values.yaml

@ -0,0 +1 @@
foo: bar
Loading…
Cancel
Save