Skip to content

Commit

Permalink
chore: expose heart
Browse files Browse the repository at this point in the history
  • Loading branch information
colethienes committed Mar 12, 2024
0 parents commit c4f50ca
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
apiVersion: v2
name: tests
type: application
version: 0.1.0
appVersion: "0.1.0"
6 changes: 6 additions & 0 deletions templates/config-map.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: my-config-map
data:
my_heart_is: "{{ .Values.heart }}"
1 change: 1 addition & 0 deletions values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
heart: black

0 comments on commit c4f50ca

Please sign in to comment.