Merge pull request #142 from sbidoul/rm-commonLabels
Stop using deprecated kustomize commonLabels
This commit is contained in:
commit
2ddd7c387a
2 changed files with 10 additions and 4 deletions
|
|
@ -16,8 +16,11 @@ namespace: {{ namespace }}
|
|||
|
||||
namePrefix: "{{ build_name }}-"
|
||||
|
||||
commonLabels:
|
||||
runboat/build: "{{ build_name }}"
|
||||
labels:
|
||||
- pairs:
|
||||
runboat/build: "{{ build_name }}"
|
||||
includeSelectors: true
|
||||
includeTemplates: true
|
||||
|
||||
commonAnnotations:
|
||||
runboat/repo: "{{ commit_info.repo }}"
|
||||
|
|
|
|||
|
|
@ -14,8 +14,11 @@ namespace: runboat-builds
|
|||
|
||||
namePrefix: "build-name-"
|
||||
|
||||
commonLabels:
|
||||
runboat/build: "build-name"
|
||||
labels:
|
||||
- pairs:
|
||||
runboat/build: "build-name"
|
||||
includeSelectors: true
|
||||
includeTemplates: true
|
||||
|
||||
commonAnnotations:
|
||||
runboat/repo: "oca/mis-builder"
|
||||
|
|
|
|||
Loading…
Reference in a new issue