Update examples

This commit is contained in:
Darren Shepherd
2020-09-15 22:35:41 -07:00
parent 556d18c26b
commit 4eff05a5c2
153 changed files with 24853 additions and 120 deletions

View File

@@ -0,0 +1,44 @@
namespace: cattle-monitoring-system
helm:
releaseName: rancher-monitoring
repo: https://charts.rancher.io
chart: rancher-monitoring
diff:
comparePatches:
- apiVersion: admissionregistration.k8s.io/v1beta1
kind: MutatingWebhookConfiguration
name: rancher-monitoring-admission
operations:
- {"op":"remove", "path":"/webhooks/0/failurePolicy"}
- {"op":"remove", "path":"/webhooks/0/rules/0/scope"}
- apiVersion: admissionregistration.k8s.io/v1beta1
kind: ValidatingWebhookConfiguration
name: rancher-monitoring-admission
operations:
- {"op":"remove", "path":"/webhooks/0/failurePolicy"}
- {"op":"remove", "path":"/webhooks/0/rules/0/scope"}
- apiVersion: policy/v1beta1
kind: PodSecurityPolicy
operations:
- {"op":"remove", "path":"/spec/hostIPC"}
- {"op":"remove", "path":"/spec/hostNetwork"}
- {"op":"remove", "path":"/spec/hostPID"}
- {"op":"remove", "path":"/spec/privileged"}
- {"op":"remove", "path":"/spec/readOnlyRootFilesystem"}
- apiVersion: apps/v1
kind: Deployment
name: rancher-monitoring-grafana
namespace: cattle-monitoring-system
operations:
- {"op":"remove", "path":"/spec/template/spec/containers/0/env/0/value"}
- apiVersion: apps/v1
kind: Deployment
operations:
- {"op":"remove", "path":"/spec/template/spec/hostNetwork"}
- {"op":"remove", "path":"/spec/template/spec/nodeSelector"}
- {"op":"remove", "path":"/spec/template/spec/priorityClassName"}
- {"op":"remove", "path":"/spec/template/spec/tolerations"}
- apiVersion: v1
kind: ServiceAccount
operations:
- {"op":"remove", "path":"/imagePullSecrets"}