From 718df09e88b63c9524c882ccbb8247ca1448d3ff Mon Sep 17 00:00:00 2001 From: Remy Moll Date: Tue, 15 Oct 2024 10:29:55 +0200 Subject: [PATCH] use up to date labels instead of commonlabels --- overlays/prod/kustomization.yaml | 6 ++++-- overlays/stg/kustomization.yaml | 7 +++++-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/overlays/prod/kustomization.yaml b/overlays/prod/kustomization.yaml index d4c4df3..c64f80d 100644 --- a/overlays/prod/kustomization.yaml +++ b/overlays/prod/kustomization.yaml @@ -6,8 +6,10 @@ resources: namespace: anyway-backend nameSuffix: -prod -commonLabels: - env: prod +labels: + - includeSelectors: true + pairs: + env: prod images: - name: backend-image diff --git a/overlays/stg/kustomization.yaml b/overlays/stg/kustomization.yaml index 32fc2ff..e4f13cd 100644 --- a/overlays/stg/kustomization.yaml +++ b/overlays/stg/kustomization.yaml @@ -6,8 +6,11 @@ resources: namespace: anyway-backend nameSuffix: -stg -commonLabels: - env: stg +labels: + - includeSelectors: true + pairs: + env: stg + images: - name: backend-image