mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 15:59:41 +02:00
fix(app): single delete config or secret [EE-5078] (#9069)
Co-authored-by: testa113 <testa113>
This commit is contained in:
parent
2ac70b1eb6
commit
9d3f13ac92
5 changed files with 5 additions and 6 deletions
|
@ -199,7 +199,8 @@ class KubernetesApplicationHelper {
|
|||
return _.without(finalRes, undefined);
|
||||
}
|
||||
|
||||
static generateEnvOrVolumesFromConfigurations(app, configurations) {
|
||||
static generateEnvOrVolumesFromConfigurations(app, configMaps, secrets) {
|
||||
const configurations = [...configMaps, ...secrets];
|
||||
let finalEnv = [];
|
||||
let finalVolumes = [];
|
||||
let finalMounts = [];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue