Skip to content

Commit

Permalink
removed unused values since the merge into a single container
Browse files Browse the repository at this point in the history
  • Loading branch information
facchettos committed Jan 25, 2024
1 parent 786b1bb commit 886ba7c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
4 changes: 0 additions & 4 deletions charts/eks/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,6 @@ etcd:
controller:
image: public.ecr.aws/eks-distro/kubernetes/kube-controller-manager:v1.28.2-eks-1-28-6
imagePullPolicy: ""
# The amount of replicas to run the deployment with
replicas: 1
# NodeSelector used
nodeSelector: {}
# Affinity to apply
Expand All @@ -245,8 +243,6 @@ api:
image: public.ecr.aws/eks-distro/kubernetes/kube-apiserver:v1.28.2-eks-1-28-6
imagePullPolicy: ""
extraArgs: []
# The amount of replicas to run the deployment with
replicas: 1
# NodeSelector used to schedule the syncer
nodeSelector: {}
# Affinity to apply to the syncer deployment
Expand Down
6 changes: 0 additions & 6 deletions charts/k8s/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,6 @@ etcd:
controller:
image: registry.k8s.io/kube-controller-manager:v1.29.0
imagePullPolicy: ""
# The amount of replicas to run the deployment with
replicas: 1
# NodeSelector used
nodeSelector: {}
# Affinity to apply
Expand All @@ -247,8 +245,6 @@ controller:
scheduler:
image: registry.k8s.io/kube-scheduler:v1.29.0
imagePullPolicy: ""
# The amount of replicas to run the deployment with
replicas: 1
# NodeSelector used
nodeSelector: {}
# Affinity to apply
Expand All @@ -272,8 +268,6 @@ api:
image: registry.k8s.io/kube-apiserver:v1.29.0
imagePullPolicy: ""
extraArgs: []
# The amount of replicas to run the deployment with
replicas: 1
# NodeSelector used to schedule the syncer
nodeSelector: {}
# Affinity to apply to the syncer deployment
Expand Down

0 comments on commit 886ba7c

Please sign in to comment.