Skip to content

Commit

Permalink
feat: rename manager container
Browse files Browse the repository at this point in the history
Signed-off-by: realanna <anna.reale@dynatrace.com>
  • Loading branch information
RealAnna committed Sep 28, 2023
1 parent 61775a4 commit 03d89e7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion metrics-operator/chart/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ spec:
value: {{ .Values.kubernetesClusterDomain }}
image: {{ .Values.image.repository }}:{{ .Values.image.tag
| default .Chart.AppVersion }}
name: manager
name: metrics-manager
ports:
- containerPort: 9443
name: webhook-server
Expand Down
2 changes: 1 addition & 1 deletion metrics-operator/config/default/manager_config_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
template:
spec:
containers:
- name: manager
- name: metrics-manager
args:
- "--config=controller_manager_config.yaml"
volumeMounts:
Expand Down
2 changes: 1 addition & 1 deletion metrics-operator/config/default/manager_webhook_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
template:
spec:
containers:
- name: manager
- name: metrics-manager
ports:
- containerPort: 9443
name: webhook-server
Expand Down
2 changes: 1 addition & 1 deletion metrics-operator/config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ spec:
# Log level for the metrics adapter
- --v=10
image: controller:latest
name: manager
name: metrics-manager
env:
- name: POD_NAMESPACE
valueFrom:
Expand Down

0 comments on commit 03d89e7

Please sign in to comment.