We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfadb78 commit e9d2446Copy full SHA for e9d2446
charts/coturn/Chart.yaml
@@ -1,3 +1,3 @@
1
---
2
name: coturn
3
-version: 0.0.5
+version: 0.1.0
charts/coturn/templates/deployment.yaml
@@ -57,4 +57,4 @@ spec:
57
name: coturn-config
58
- name: coturn-tls
59
secret:
60
- secretName: tls
+ secretName: {{ .Values.secretName }}
charts/coturn/values.yaml
@@ -36,3 +36,4 @@ pgbouncer:
36
# TODO: add postgres section and move pgbouncer to separate chart
37
38
loadBalancerIP: ''
39
+secretName: ''
0 commit comments