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