mirror of
https://github.com/portainer/portainer.git
synced 2025-07-23 15:29:42 +02:00
fix volume claims with k8s app (#7899)
This commit is contained in:
parent
368e6b2a44
commit
f3e2ccd487
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue