use up to date labels instead of commonlabels
This commit is contained in:
parent
97f4a5e175
commit
718df09e88
@ -6,8 +6,10 @@ resources:
|
||||
|
||||
namespace: anyway-backend
|
||||
nameSuffix: -prod
|
||||
commonLabels:
|
||||
env: prod
|
||||
labels:
|
||||
- includeSelectors: true
|
||||
pairs:
|
||||
env: prod
|
||||
|
||||
images:
|
||||
- name: backend-image
|
||||
|
@ -6,8 +6,11 @@ resources:
|
||||
|
||||
namespace: anyway-backend
|
||||
nameSuffix: -stg
|
||||
commonLabels:
|
||||
env: stg
|
||||
labels:
|
||||
- includeSelectors: true
|
||||
pairs:
|
||||
env: stg
|
||||
|
||||
|
||||
images:
|
||||
- name: backend-image
|
||||
|
Loading…
x
Reference in New Issue
Block a user