1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-01 20:05:23 +02:00

keep labels on edit ingress, configmaps and secrets (#11063)

This commit is contained in:
Prabhat Khera 2024-02-05 16:30:31 +13:00 committed by GitHub
parent d7cf2284dc
commit 8922585a70
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 21 additions and 2 deletions

View file

@ -12,6 +12,7 @@ const _KubernetesApplicationSecret = Object.freeze({
Data: [],
SecretType: '',
Annotations: [],
Labels: {},
});
export class KubernetesApplicationSecret {