chore(helmfile): Add commonLabels to helmfiles

This commit is contained in:
Dominik Kaminski
2023-07-27 23:28:41 +02:00
parent e5a79be07d
commit e4de885b7c
12 changed files with 52 additions and 0 deletions

View File

@@ -14,6 +14,10 @@ releases:
- "values.gotmpl"
condition: "intercom.enabled"
commonLabels:
deploy-stage: "component-1"
component: "intercom-service"
bases:
- "../../bases/environments.yaml"
...