From 25e32d1e667b17b525c70fe8edc93385c838e176 Mon Sep 17 00:00:00 2001 From: Max Resnick Date: Fri, 12 Jul 2024 22:23:32 -0700 Subject: fix: update labels --- manifests/local/kustomization.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'manifests/local/kustomization.yaml') diff --git a/manifests/local/kustomization.yaml b/manifests/local/kustomization.yaml index ffd5223..a937a48 100644 --- a/manifests/local/kustomization.yaml +++ b/manifests/local/kustomization.yaml @@ -3,12 +3,14 @@ kind: Kustomization metadata: name: go-git-server-local -commonLabels: - app: go-git-server +commonLabels: + app.kubernetes.io/part-of: go-git-server + app.kubernetes.io/managed-by: kustomize resources: - ../base - ../cgit +- pvc.yaml images: - name: public.ecr.aws/s0f9o2k5/go-git-server -- cgit v1.2.3