13 lines
341 B
YAML
13 lines
341 B
YAML
resources:
|
|
- ./namespace.yaml
|
|
- ./serviceaccount.yaml
|
|
- ./daemonset.yaml
|
|
- ./service.yaml
|
|
- ./servicemonitor.yaml
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
images:
|
|
- name: git.ar21.de/yolokube/go-apt-version-exporter
|
|
newName: git.ar21.de/yolokube/go-apt-version-exporter
|
|
newTag: "2"
|
|
namespace: apt-version-exporter
|