mirror of
https://github.com/kubernetes/node-problem-detector.git
synced 2026-08-19 04:06:24 +00:00
13 lines
408 B
YAML
13 lines
408 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
# Reuse the production base in deployment/ so this e2e overlay never drifts from
|
|
# it; only the image is overridden, to the per-branch community staging build.
|
|
resources:
|
|
- ../../../deployment
|
|
|
|
images:
|
|
- name: registry.k8s.io/node-problem-detector/node-problem-detector
|
|
newName: gcr.io/k8s-staging-npd/node-problem-detector
|
|
newTag: master
|