1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-24 07:49:41 +02:00

fix(apps): group helm apps together [r8s-102] (#24)

This commit is contained in:
Ali 2024-10-14 10:28:56 +13:00 committed by GitHub
parent 1110f745e1
commit 57e10dc911
8 changed files with 95 additions and 17 deletions

View file

@ -8,6 +8,8 @@ export const appNoteAnnotation = 'io.portainer.kubernetes.application.note';
export const appDeployMethodLabel = 'io.portainer.kubernetes.application.kind';
export const defaultDeploymentUniqueLabel = 'pod-template-hash';
export const appNameLabel = 'io.portainer.kubernetes.application.name';
export const PodKubernetesInstanceLabel = 'app.kubernetes.io/instance';
export const PodManagedByLabel = 'app.kubernetes.io/managed-by';
export const appRevisionAnnotation = 'deployment.kubernetes.io/revision';