Skip to content
Snippets Groups Projects
Verified Commit ef577e3b authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(iot): Add namespaces to kuzstomization

This patch adds namespace definitions, in order to resolve the
Kubernetes objects properly. This will allow the expected patching to
work.
parent b381eccc
No related branches found
No related tags found
No related merge requests found
apiVersion: kustomize.config.k8s.io/v1beta1 apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization kind: Kustomization
namespace: iot
resources: resources:
- namespace.yaml - namespace.yaml
- shelly-exporter.yaml - shelly-exporter.yaml
......
apiVersion: kustomize.config.k8s.io/v1beta1 apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization kind: Kustomization
namespace: iot
resources: resources:
- ../../base/iot - ../../base/iot
- certificate.yaml - certificate.yaml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment