fix volume claims with k8s app (#7899)

pull/6986/merge
Prabhat Khera 2 years ago committed by GitHub
parent 368e6b2a44
commit f3e2ccd487
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -210,7 +210,7 @@ class KubernetesApplicationService {
*/ */
async createAsync(formValues) { async createAsync(formValues) {
// formValues -> Application // formValues -> Application
let [app, headlessService, services, claims] = KubernetesApplicationConverter.applicationFormValuesToApplication(formValues); let [app, headlessService, services, , claims] = KubernetesApplicationConverter.applicationFormValuesToApplication(formValues);
if (services) { if (services) {
services.forEach(async (service) => { services.forEach(async (service) => {

Loading…
Cancel
Save