mirror of
https://github.com/nofusscomputing/kubernetes.git
synced 2025-08-02 04:22:42 +00:00
20 lines
233 B
YAML
20 lines
233 B
YAML
---
|
|
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
|
|
namespace: grafana
|
|
|
|
|
|
images:
|
|
- name: ghcr.io/grafana/grafana-operator
|
|
newTag: v5.15.1
|
|
|
|
|
|
resources:
|
|
- ../../base
|
|
|
|
components:
|
|
- ../../components/metrics
|