File tree Expand file tree Collapse file tree 3 files changed +17
-8
lines changed Expand file tree Collapse file tree 3 files changed +17
-8
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 1+ kind : Kustomization 
2+ apiVersion : kustomize.config.k8s.io/v1beta1 
3+ configMapGenerator :
4+ - name : grafana-dashboards 
5+   files :
6+     - pgbackrest.json 
7+     - pod_details.json 
8+     - postgres_overview.json 
9+     - postgresql_details.json 
10+     - postgresql_service_health.json 
11+     - prometheus_alerts.json 
12+     - query_statistics.json 
13+ generatorOptions :
14+  disableNameSuffixHash : true 
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
33namespace : postgres-operator 
44resources :
55  - pvcs.yaml 
6+   - ./dashboards 
67#  configuration files
78  - prometheus-config.yaml 
89  - alertmanager-config.yaml 
@@ -22,14 +23,8 @@ resources:
2223  - service.yaml 
2324configMapGenerator :
2425- name : grafana-dashboards 
26+   behavior : merge 
2527  files :
26-     - dashboards/pgbackrest.json 
27-     - dashboards/pod_details.json 
28-     - dashboards/postgres_overview.json 
29-     - dashboards/postgresql_details.json 
30-     - dashboards/postgresql_service_health.json 
31-     - dashboards/prometheus_alerts.json 
32-     - dashboards/query_statistics.json 
33-     - dashboards/crunchy_grafana_dashboards.yml 
28+     - crunchy_grafana_dashboards.yml 
3429generatorOptions :
3530 disableNameSuffixHash : true 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments