From cb6f490e11b325b2f7d4d88d182a464b18976fe5 Mon Sep 17 00:00:00 2001 From: kahirokunn Date: Sun, 14 Aug 2022 17:02:58 +0900 Subject: [PATCH] feat: enable selfHeal --- chart/templates/agones.yaml | 1 + chart/templates/appmesh-controller.yaml | 1 + chart/templates/argo-rollouts.yaml | 1 + chart/templates/aws-calico.yaml | 1 + chart/templates/aws-cloudwatch-metrics.yaml | 1 + chart/templates/aws-efs-csi-driver.yaml | 1 + chart/templates/aws-for-fluent-bit.yaml | 1 + chart/templates/aws-load-balancer-controller.yaml | 1 + chart/templates/aws-otel-collector.yaml | 1 + chart/templates/cert-manager.yaml | 1 + chart/templates/cluster-autoscaler.yaml | 1 + chart/templates/external-dns.yaml | 1 + chart/templates/external-secrets.yaml | 1 + chart/templates/gatekeeper.yaml | 1 + chart/templates/ingress-nginx.yaml | 1 + chart/templates/karpenter.yaml | 1 + chart/templates/keda.yaml | 1 + chart/templates/kube-state-metrics.yaml | 1 + chart/templates/kubernetes-dashboard.yaml | 1 + chart/templates/metrics-server.yaml | 1 + chart/templates/ondat.yaml | 1 + chart/templates/prometheus.yaml | 1 + chart/templates/spark-operator.yaml | 1 + chart/templates/tetrate-istio.yaml | 1 + chart/templates/traefik.yaml | 1 + chart/templates/vpa.yaml | 1 + chart/templates/yunikorn.yaml | 1 + 27 files changed, 27 insertions(+) diff --git a/chart/templates/agones.yaml b/chart/templates/agones.yaml index 28bc1e69..25783339 100644 --- a/chart/templates/agones.yaml +++ b/chart/templates/agones.yaml @@ -22,6 +22,7 @@ spec: syncPolicy: automated: prune: true + selfHeal: true syncOptions: - CreateNamespace=true retry: diff --git a/chart/templates/appmesh-controller.yaml b/chart/templates/appmesh-controller.yaml index bd24249d..74697271 100644 --- a/chart/templates/appmesh-controller.yaml +++ b/chart/templates/appmesh-controller.yaml @@ -22,6 +22,7 @@ spec: syncPolicy: automated: prune: true + selfHeal: true syncOptions: - CreateNamespace=true retry: diff --git a/chart/templates/argo-rollouts.yaml b/chart/templates/argo-rollouts.yaml index d1d72faf..8642043e 100644 --- a/chart/templates/argo-rollouts.yaml +++ b/chart/templates/argo-rollouts.yaml @@ -22,6 +22,7 @@ spec: syncPolicy: automated: prune: true + selfHeal: true retry: limit: 1 backoff: diff --git a/chart/templates/aws-calico.yaml b/chart/templates/aws-calico.yaml index e9e9d495..3c9e5061 100644 --- a/chart/templates/aws-calico.yaml +++ b/chart/templates/aws-calico.yaml @@ -22,6 +22,7 @@ spec: syncPolicy: automated: prune: true + selfHeal: true retry: limit: 1 backoff: diff --git a/chart/templates/aws-cloudwatch-metrics.yaml b/chart/templates/aws-cloudwatch-metrics.yaml index b7823f83..1c15dcd6 100644 --- a/chart/templates/aws-cloudwatch-metrics.yaml +++ b/chart/templates/aws-cloudwatch-metrics.yaml @@ -27,6 +27,7 @@ spec: syncPolicy: automated: prune: true + selfHeal: true retry: limit: 1 backoff: diff --git a/chart/templates/aws-efs-csi-driver.yaml b/chart/templates/aws-efs-csi-driver.yaml index 57509f12..6484404a 100644 --- a/chart/templates/aws-efs-csi-driver.yaml +++ b/chart/templates/aws-efs-csi-driver.yaml @@ -27,6 +27,7 @@ spec: syncPolicy: automated: prune: true + selfHeal: true retry: limit: 1 backoff: diff --git a/chart/templates/aws-for-fluent-bit.yaml b/chart/templates/aws-for-fluent-bit.yaml index a459c641..56be2950 100644 --- a/chart/templates/aws-for-fluent-bit.yaml +++ b/chart/templates/aws-for-fluent-bit.yaml @@ -37,6 +37,7 @@ spec: syncPolicy: automated: prune: true + selfHeal: true retry: limit: 1 backoff: diff --git a/chart/templates/aws-load-balancer-controller.yaml b/chart/templates/aws-load-balancer-controller.yaml index be7fbf60..0be725a0 100644 --- a/chart/templates/aws-load-balancer-controller.yaml +++ b/chart/templates/aws-load-balancer-controller.yaml @@ -29,6 +29,7 @@ spec: syncPolicy: automated: prune: true + selfHeal: true retry: limit: 1 backoff: diff --git a/chart/templates/aws-otel-collector.yaml b/chart/templates/aws-otel-collector.yaml index 26a9d92d..e5b889be 100644 --- a/chart/templates/aws-otel-collector.yaml +++ b/chart/templates/aws-otel-collector.yaml @@ -29,6 +29,7 @@ spec: syncPolicy: automated: prune: true + selfHeal: true syncOptions: - CreateNamespace=true retry: diff --git a/chart/templates/cert-manager.yaml b/chart/templates/cert-manager.yaml index 8a7b499a..1b62fda9 100644 --- a/chart/templates/cert-manager.yaml +++ b/chart/templates/cert-manager.yaml @@ -25,6 +25,7 @@ spec: syncPolicy: automated: prune: true + selfHeal: true retry: limit: 1 backoff: diff --git a/chart/templates/cluster-autoscaler.yaml b/chart/templates/cluster-autoscaler.yaml index b629d61c..1d856218 100644 --- a/chart/templates/cluster-autoscaler.yaml +++ b/chart/templates/cluster-autoscaler.yaml @@ -29,6 +29,7 @@ spec: syncPolicy: automated: prune: true + selfHeal: true retry: limit: 1 backoff: diff --git a/chart/templates/external-dns.yaml b/chart/templates/external-dns.yaml index 0d6fdfe1..85afec25 100644 --- a/chart/templates/external-dns.yaml +++ b/chart/templates/external-dns.yaml @@ -29,6 +29,7 @@ spec: syncPolicy: automated: prune: true + selfHeal: true syncOptions: - CreateNamespace=true retry: diff --git a/chart/templates/external-secrets.yaml b/chart/templates/external-secrets.yaml index b2bff69c..a4fb21c9 100644 --- a/chart/templates/external-secrets.yaml +++ b/chart/templates/external-secrets.yaml @@ -22,6 +22,7 @@ spec: syncPolicy: automated: prune: true + selfHeal: true syncOptions: - CreateNamespace=true retry: diff --git a/chart/templates/gatekeeper.yaml b/chart/templates/gatekeeper.yaml index 90e9e9fa..4a95315b 100644 --- a/chart/templates/gatekeeper.yaml +++ b/chart/templates/gatekeeper.yaml @@ -22,6 +22,7 @@ spec: syncPolicy: automated: prune: true + selfHeal: true syncOptions: - CreateNamespace=true retry: diff --git a/chart/templates/ingress-nginx.yaml b/chart/templates/ingress-nginx.yaml index 73e2dc34..7c55427f 100644 --- a/chart/templates/ingress-nginx.yaml +++ b/chart/templates/ingress-nginx.yaml @@ -22,6 +22,7 @@ spec: syncPolicy: automated: prune: true + selfHeal: true retry: limit: 1 backoff: diff --git a/chart/templates/karpenter.yaml b/chart/templates/karpenter.yaml index aa2d6403..64e31fcc 100644 --- a/chart/templates/karpenter.yaml +++ b/chart/templates/karpenter.yaml @@ -31,6 +31,7 @@ spec: syncPolicy: automated: prune: true + selfHeal: true retry: limit: 1 backoff: diff --git a/chart/templates/keda.yaml b/chart/templates/keda.yaml index b34f2e1b..122b50b3 100644 --- a/chart/templates/keda.yaml +++ b/chart/templates/keda.yaml @@ -25,6 +25,7 @@ spec: syncPolicy: automated: prune: true + selfHeal: true retry: limit: 1 backoff: diff --git a/chart/templates/kube-state-metrics.yaml b/chart/templates/kube-state-metrics.yaml index 0a0f3c38..3640ee38 100644 --- a/chart/templates/kube-state-metrics.yaml +++ b/chart/templates/kube-state-metrics.yaml @@ -25,6 +25,7 @@ spec: syncPolicy: automated: prune: true + selfHeal: true retry: limit: 1 backoff: diff --git a/chart/templates/kubernetes-dashboard.yaml b/chart/templates/kubernetes-dashboard.yaml index 556e34f0..1ec08cc2 100644 --- a/chart/templates/kubernetes-dashboard.yaml +++ b/chart/templates/kubernetes-dashboard.yaml @@ -25,6 +25,7 @@ spec: syncPolicy: automated: prune: true + selfHeal: true retry: limit: 1 backoff: diff --git a/chart/templates/metrics-server.yaml b/chart/templates/metrics-server.yaml index da284b16..07ad574e 100644 --- a/chart/templates/metrics-server.yaml +++ b/chart/templates/metrics-server.yaml @@ -22,6 +22,7 @@ spec: syncPolicy: automated: prune: true + selfHeal: true retry: limit: 1 backoff: diff --git a/chart/templates/ondat.yaml b/chart/templates/ondat.yaml index 23203b5d..4b3ddd4c 100644 --- a/chart/templates/ondat.yaml +++ b/chart/templates/ondat.yaml @@ -79,6 +79,7 @@ spec: syncPolicy: automated: prune: true + selfHeal: true retry: limit: 1 backoff: diff --git a/chart/templates/prometheus.yaml b/chart/templates/prometheus.yaml index 42f72a45..a930fdae 100644 --- a/chart/templates/prometheus.yaml +++ b/chart/templates/prometheus.yaml @@ -37,6 +37,7 @@ spec: syncPolicy: automated: prune: true + selfHeal: true retry: limit: 1 backoff: diff --git a/chart/templates/spark-operator.yaml b/chart/templates/spark-operator.yaml index c445b6ae..8e05b3b0 100644 --- a/chart/templates/spark-operator.yaml +++ b/chart/templates/spark-operator.yaml @@ -22,6 +22,7 @@ spec: syncPolicy: automated: prune: true + selfHeal: true syncOptions: - CreateNamespace=true retry: diff --git a/chart/templates/tetrate-istio.yaml b/chart/templates/tetrate-istio.yaml index 4a77d5a2..21b49285 100644 --- a/chart/templates/tetrate-istio.yaml +++ b/chart/templates/tetrate-istio.yaml @@ -28,6 +28,7 @@ spec: syncPolicy: automated: prune: true + selfHeal: true retry: limit: 1 backoff: diff --git a/chart/templates/traefik.yaml b/chart/templates/traefik.yaml index 00ccd0f4..141ff959 100644 --- a/chart/templates/traefik.yaml +++ b/chart/templates/traefik.yaml @@ -22,6 +22,7 @@ spec: syncPolicy: automated: prune: true + selfHeal: true retry: limit: 1 backoff: diff --git a/chart/templates/vpa.yaml b/chart/templates/vpa.yaml index 6815c6c5..0b7f260b 100644 --- a/chart/templates/vpa.yaml +++ b/chart/templates/vpa.yaml @@ -22,6 +22,7 @@ spec: syncPolicy: automated: prune: true + selfHeal: true retry: limit: 1 backoff: diff --git a/chart/templates/yunikorn.yaml b/chart/templates/yunikorn.yaml index 1dc44065..48f23194 100644 --- a/chart/templates/yunikorn.yaml +++ b/chart/templates/yunikorn.yaml @@ -22,6 +22,7 @@ spec: syncPolicy: automated: prune: true + selfHeal: true retry: limit: 1 backoff: