Skip to content

Commit 365aa9f

Browse files
committed
fix typo in coturn chart
1 parent 2cd7bf2 commit 365aa9f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/coturn/Chart.yaml

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

charts/coturn/templates/configmap.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ metadata:
77
app: coturn
88
data:
99
turnserver.conf: |
10-
server-name={{ ..Values.serverName }}
11-
realm={{ ..Values.serverName }}
10+
server-name={{ .Values.serverName }}
11+
realm={{ .Values.serverName }}
1212
static-auth-secret={{ .Values.sharedSecret }}
1313
use-auth-secret
1414
cli-password={{ .Values.cliPassword }}

0 commit comments

Comments
 (0)