File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
cluster/manifests/kube-janitor Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- # {{ if eq .Cluster.ConfigItems " kube_janitor_enabled" "true" }}
1
+ # {{ if eq .Cluster.ConfigItems. kube_janitor_enabled "true" }}
2
2
# {{ $image := "container-registry.zalando.net/teapot/kube-janitor:23.7.0-main-2" }}
3
3
# {{ $version := index (split (index (split $image ":") 1) "-") 0 }}
4
4
apiVersion : apps/v1
Original file line number Diff line number Diff line change 1
- {{ if eq .Cluster.ConfigItems " kube_janitor_enabled" "true" }}
1
+ {{ if eq .Cluster.ConfigItems. kube_janitor_enabled "true" }}
2
2
apiVersion : v1
3
3
kind : ServiceAccount
4
4
metadata :
Original file line number Diff line number Diff line change 1
- # {{ if eq .Cluster.ConfigItems " kube_janitor_enabled" "true" }}
1
+ # {{ if eq .Cluster.ConfigItems. kube_janitor_enabled "true" }}
2
2
apiVersion : v1
3
3
kind : ConfigMap
4
4
metadata :
Original file line number Diff line number Diff line change 1
- {{ if eq .Cluster.ConfigItems " kube_janitor_enabled" "true" }}
1
+ {{ if eq .Cluster.ConfigItems. kube_janitor_enabled "true" }}
2
2
apiVersion : autoscaling.k8s.io/v1
3
3
kind : VerticalPodAutoscaler
4
4
metadata :
You can’t perform that action at this time.
0 commit comments