Skip to content

Commit 90adb97

Browse files
committed
fix(helm): skaha resources now have valid json format
1 parent 8cc2bcf commit 90adb97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helm/applications/skaha/skaha-config/k8s-resources.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,5 +89,5 @@
8989
28
9090
]
9191
},
92-
"maxInteractiveSessions": {{ .Values.deployment.skaha.sessions.maxCount }}
92+
"maxInteractiveSessions": "{{ int .Values.deployment.skaha.sessions.maxCount }}"
9393
}

0 commit comments

Comments
 (0)