Skip to content

Commit

Permalink
Merge pull request #3942 from LiilyZhang/zhangl/issue3927
Browse files Browse the repository at this point in the history
Issue #3927 - Bug: Edge cluster agent failed due to excee…
  • Loading branch information
LiilyZhang authored Nov 10, 2023
2 parents 1a8b493 + 4f91050 commit 22b417e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions agent-install/k8s/deployment-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ spec:
# START_NOT_FOR_OCP
initContainers:
- name: initcontainer
image: alpine:latest
image: public.ecr.aws/docker/library/alpine:latest
imagePullPolicy: IfNotPresent
securityContext:
runAsNonRoot: false
command:
Expand Down Expand Up @@ -86,4 +87,4 @@ spec:
# START_CERT_VOL
- name: HZN_MGMT_HUB_CERT_PATH
value: /etc/default/cert/agent-install.crt
# END_CERT_VOL
# END_CERT_VOL

0 comments on commit 22b417e

Please sign in to comment.