*: regenerate

This commit is contained in:
paulfantom
2021-11-24 13:19:19 +01:00
parent 72664d900b
commit 57af486360
49 changed files with 48 additions and 48 deletions

View File

@@ -8,13 +8,13 @@ resources:
- ./manifests/alertmanager-service.yaml - ./manifests/alertmanager-service.yaml
- ./manifests/alertmanager-serviceAccount.yaml - ./manifests/alertmanager-serviceAccount.yaml
- ./manifests/alertmanager-serviceMonitor.yaml - ./manifests/alertmanager-serviceMonitor.yaml
- ./manifests/blackbox-exporter-clusterRole.yaml - ./manifests/blackboxExporter-clusterRole.yaml
- ./manifests/blackbox-exporter-clusterRoleBinding.yaml - ./manifests/blackboxExporter-clusterRoleBinding.yaml
- ./manifests/blackbox-exporter-configuration.yaml - ./manifests/blackboxExporter-configuration.yaml
- ./manifests/blackbox-exporter-deployment.yaml - ./manifests/blackboxExporter-deployment.yaml
- ./manifests/blackbox-exporter-service.yaml - ./manifests/blackboxExporter-service.yaml
- ./manifests/blackbox-exporter-serviceAccount.yaml - ./manifests/blackboxExporter-serviceAccount.yaml
- ./manifests/blackbox-exporter-serviceMonitor.yaml - ./manifests/blackboxExporter-serviceMonitor.yaml
- ./manifests/grafana-config.yaml - ./manifests/grafana-config.yaml
- ./manifests/grafana-dashboardDatasources.yaml - ./manifests/grafana-dashboardDatasources.yaml
- ./manifests/grafana-dashboardDefinitions.yaml - ./manifests/grafana-dashboardDefinitions.yaml
@@ -23,49 +23,29 @@ resources:
- ./manifests/grafana-service.yaml - ./manifests/grafana-service.yaml
- ./manifests/grafana-serviceAccount.yaml - ./manifests/grafana-serviceAccount.yaml
- ./manifests/grafana-serviceMonitor.yaml - ./manifests/grafana-serviceMonitor.yaml
- ./manifests/kube-prometheus-prometheusRule.yaml - ./manifests/kubePrometheus-prometheusRule.yaml
- ./manifests/kube-state-metrics-clusterRole.yaml - ./manifests/kubeStateMetrics-clusterRole.yaml
- ./manifests/kube-state-metrics-clusterRoleBinding.yaml - ./manifests/kubeStateMetrics-clusterRoleBinding.yaml
- ./manifests/kube-state-metrics-deployment.yaml - ./manifests/kubeStateMetrics-deployment.yaml
- ./manifests/kube-state-metrics-prometheusRule.yaml - ./manifests/kubeStateMetrics-prometheusRule.yaml
- ./manifests/kube-state-metrics-service.yaml - ./manifests/kubeStateMetrics-service.yaml
- ./manifests/kube-state-metrics-serviceAccount.yaml - ./manifests/kubeStateMetrics-serviceAccount.yaml
- ./manifests/kube-state-metrics-serviceMonitor.yaml - ./manifests/kubeStateMetrics-serviceMonitor.yaml
- ./manifests/kubernetes-prometheusRule.yaml - ./manifests/kubernetesControlPlane-prometheusRule.yaml
- ./manifests/kubernetes-serviceMonitorApiserver.yaml - ./manifests/kubernetesControlPlane-serviceMonitorApiserver.yaml
- ./manifests/kubernetes-serviceMonitorCoreDNS.yaml - ./manifests/kubernetesControlPlane-serviceMonitorCoreDNS.yaml
- ./manifests/kubernetes-serviceMonitorKubeControllerManager.yaml - ./manifests/kubernetesControlPlane-serviceMonitorKubeControllerManager.yaml
- ./manifests/kubernetes-serviceMonitorKubeScheduler.yaml - ./manifests/kubernetesControlPlane-serviceMonitorKubeScheduler.yaml
- ./manifests/kubernetes-serviceMonitorKubelet.yaml - ./manifests/kubernetesControlPlane-serviceMonitorKubelet.yaml
- ./manifests/node-exporter-clusterRole.yaml - ./manifests/nodeExporter-clusterRole.yaml
- ./manifests/node-exporter-clusterRoleBinding.yaml - ./manifests/nodeExporter-clusterRoleBinding.yaml
- ./manifests/node-exporter-daemonset.yaml - ./manifests/nodeExporter-daemonset.yaml
- ./manifests/node-exporter-prometheusRule.yaml - ./manifests/nodeExporter-prometheusRule.yaml
- ./manifests/node-exporter-service.yaml - ./manifests/nodeExporter-service.yaml
- ./manifests/node-exporter-serviceAccount.yaml - ./manifests/nodeExporter-serviceAccount.yaml
- ./manifests/node-exporter-serviceMonitor.yaml - ./manifests/nodeExporter-serviceMonitor.yaml
- ./manifests/prometheus-adapter-apiService.yaml
- ./manifests/prometheus-adapter-clusterRole.yaml
- ./manifests/prometheus-adapter-clusterRoleAggregatedMetricsReader.yaml
- ./manifests/prometheus-adapter-clusterRoleBinding.yaml
- ./manifests/prometheus-adapter-clusterRoleBindingDelegator.yaml
- ./manifests/prometheus-adapter-clusterRoleServerResources.yaml
- ./manifests/prometheus-adapter-configMap.yaml
- ./manifests/prometheus-adapter-deployment.yaml
- ./manifests/prometheus-adapter-podDisruptionBudget.yaml
- ./manifests/prometheus-adapter-roleBindingAuthReader.yaml
- ./manifests/prometheus-adapter-service.yaml
- ./manifests/prometheus-adapter-serviceAccount.yaml
- ./manifests/prometheus-adapter-serviceMonitor.yaml
- ./manifests/prometheus-clusterRole.yaml - ./manifests/prometheus-clusterRole.yaml
- ./manifests/prometheus-clusterRoleBinding.yaml - ./manifests/prometheus-clusterRoleBinding.yaml
- ./manifests/prometheus-operator-clusterRole.yaml
- ./manifests/prometheus-operator-clusterRoleBinding.yaml
- ./manifests/prometheus-operator-deployment.yaml
- ./manifests/prometheus-operator-prometheusRule.yaml
- ./manifests/prometheus-operator-service.yaml
- ./manifests/prometheus-operator-serviceAccount.yaml
- ./manifests/prometheus-operator-serviceMonitor.yaml
- ./manifests/prometheus-podDisruptionBudget.yaml - ./manifests/prometheus-podDisruptionBudget.yaml
- ./manifests/prometheus-prometheus.yaml - ./manifests/prometheus-prometheus.yaml
- ./manifests/prometheus-prometheusRule.yaml - ./manifests/prometheus-prometheusRule.yaml
@@ -76,6 +56,26 @@ resources:
- ./manifests/prometheus-service.yaml - ./manifests/prometheus-service.yaml
- ./manifests/prometheus-serviceAccount.yaml - ./manifests/prometheus-serviceAccount.yaml
- ./manifests/prometheus-serviceMonitor.yaml - ./manifests/prometheus-serviceMonitor.yaml
- ./manifests/prometheusAdapter-apiService.yaml
- ./manifests/prometheusAdapter-clusterRole.yaml
- ./manifests/prometheusAdapter-clusterRoleAggregatedMetricsReader.yaml
- ./manifests/prometheusAdapter-clusterRoleBinding.yaml
- ./manifests/prometheusAdapter-clusterRoleBindingDelegator.yaml
- ./manifests/prometheusAdapter-clusterRoleServerResources.yaml
- ./manifests/prometheusAdapter-configMap.yaml
- ./manifests/prometheusAdapter-deployment.yaml
- ./manifests/prometheusAdapter-podDisruptionBudget.yaml
- ./manifests/prometheusAdapter-roleBindingAuthReader.yaml
- ./manifests/prometheusAdapter-service.yaml
- ./manifests/prometheusAdapter-serviceAccount.yaml
- ./manifests/prometheusAdapter-serviceMonitor.yaml
- ./manifests/prometheusOperator-clusterRole.yaml
- ./manifests/prometheusOperator-clusterRoleBinding.yaml
- ./manifests/prometheusOperator-deployment.yaml
- ./manifests/prometheusOperator-prometheusRule.yaml
- ./manifests/prometheusOperator-service.yaml
- ./manifests/prometheusOperator-serviceAccount.yaml
- ./manifests/prometheusOperator-serviceMonitor.yaml
- ./manifests/setup/0alertmanagerConfigCustomResourceDefinition.yaml - ./manifests/setup/0alertmanagerConfigCustomResourceDefinition.yaml
- ./manifests/setup/0alertmanagerCustomResourceDefinition.yaml - ./manifests/setup/0alertmanagerCustomResourceDefinition.yaml
- ./manifests/setup/0podmonitorCustomResourceDefinition.yaml - ./manifests/setup/0podmonitorCustomResourceDefinition.yaml