diff options
| author | Max Resnick <max@ofmax.li> | 2024-08-30 23:19:25 -0700 |
|---|---|---|
| committer | Max Resnick <max@ofmax.li> | 2024-08-30 23:19:25 -0700 |
| commit | a09270f7da25cda20c7e1d07c19784a7440a5348 (patch) | |
| tree | bec53e1b2b8c740478a27419b21bec439b69ca4b /manifests/cgit | |
| parent | 5bf575d506acccce52cf2611a264e674cebb0016 (diff) | |
| download | go-git-server-a09270f7da25cda20c7e1d07c19784a7440a5348.tar.gz | |
feat: add local deploy env, fixup labels
Diffstat (limited to 'manifests/cgit')
| -rw-r--r-- | manifests/cgit/kustomization.yaml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/manifests/cgit/kustomization.yaml b/manifests/cgit/kustomization.yaml index 26c634a..4b6d8aa 100644 --- a/manifests/cgit/kustomization.yaml +++ b/manifests/cgit/kustomization.yaml @@ -1,6 +1,4 @@ # Labels to add to all resources and selectors. -commonLabels: - app.kubernetes.io/name: cgit # Images modify the tags for images without # creating patches. @@ -16,3 +14,9 @@ resources: - cgit-sa.yaml - cgit-svc.yaml - cgit-cm.yaml +apiVersion: kustomize.config.k8s.io/v1beta1 +kind: Kustomization +labels: +- includeSelectors: true + pairs: + app.kubernetes.io/name: cgit |