Skip to content

Commit 14a89cc

Browse files
author
iops
committed
move values to chart
1 parent a17d974 commit 14a89cc

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

charts/tls/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
---
22
name: tls
3-
version: 0.0.2
3+
version: 0.0.3

charts/tls/values.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
tls_crt: |
2+
-----BEGIN CERTIFICATE-----
3+
-----END CERTIFICATE-----
4+
tls_key: |
5+
-----BEGIN PRIVATE KEY-----
6+
-----END PRIVATE KEY-----

0 commit comments

Comments
 (0)