Skip to content

Commit

Permalink
rename node-labeler init container
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Fitzpatrick committed Jan 31, 2022
1 parent 7b060ca commit 517cbbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ spec:
{{- end }}
{{- if eq (include "splunk-otel-collector.distribution" .) "eks/fargate" }}
initContainers:
- name: cluster-receiver-node-labeler
- name: cluster-receiver-node-discoverer
image: public.ecr.aws/amazonlinux/amazonlinux:latest
imagePullPolicy: IfNotPresent
command: ["bash", "-c", "/splunk-scripts/init-eks-fargate-cluster-receiver.sh"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ spec:
- otel-k8s-cluster-receiver
topologyKey: kubernetes.io/hostname
initContainers:
- name: cluster-receiver-node-labeler
- name: cluster-receiver-node-discoverer
image: public.ecr.aws/amazonlinux/amazonlinux:latest
imagePullPolicy: IfNotPresent
command: ["bash", "-c", "/splunk-scripts/init-eks-fargate-cluster-receiver.sh"]
Expand Down

0 comments on commit 517cbbc

Please sign in to comment.