Stop using deprecated kustomize commonLabels

This commit is contained in:
Stéphane Bidoul 2025-11-29 21:10:09 +01:00
parent ab984e1da6
commit d25789c0ef
2 changed files with 10 additions and 4 deletions

View file

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

View file

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