Merge pull request #142 from sbidoul/rm-commonLabels

Stop using deprecated kustomize commonLabels
This commit is contained in:
Stéphane Bidoul 2025-11-29 21:15:42 +01:00 committed by GitHub
commit 2ddd7c387a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 10 additions and 4 deletions

View file

@ -16,8 +16,11 @@ namespace: {{ namespace }}
namePrefix: "{{ build_name }}-"
commonLabels:
labels:
- pairs:
runboat/build: "{{ build_name }}"
includeSelectors: true
includeTemplates: true
commonAnnotations:
runboat/repo: "{{ commit_info.repo }}"

View file

@ -14,8 +14,11 @@ namespace: runboat-builds
namePrefix: "build-name-"
commonLabels:
labels:
- pairs:
runboat/build: "build-name"
includeSelectors: true
includeTemplates: true
commonAnnotations:
runboat/repo: "oca/mis-builder"