Skip to content

Commit 1a72e40

Browse files
committed
Add note about escaping commas in helm values
1 parent 496b864 commit 1a72e40

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

k8s/ex-prod-tasks.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ helm upgrade `
123123
--set "config.EX_StripeWebHookSigningSecret=$EX_StripeWebHookSigningSecret" `
124124
--reuse-values ex-prod --namespace ex-prod .\exceptionless
125125

126+
# NOTE any commas in helm values need to be escaped with a backslash ie server,password=pass need to be server\,password=pass
126127
helm upgrade --set "redis.connectionString=$REDIS_CONNECTIONSTRING" --reuse-values ex-prod --namespace ex-prod .\exceptionless
127128

128129
# stop the entire app

0 commit comments

Comments
 (0)