Skip to content

Commit

Permalink
long name on container name not pod
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Abro <[email protected]>
  • Loading branch information
AustinAbro321 committed Dec 10, 2024
1 parent 28f675c commit eb245b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/test/packages/36-health-checks/ready-pod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ spec:
image: ghcr.io/stefanprodan/podinfo:6.4.0
command: ["sh", "-c", "sleep 3"]
containers:
- name: podinfo
- name: ready-pod-with-long-name-to-test-agent-truncate-annotation-name
image: ghcr.io/stefanprodan/podinfo:6.4.0
4 changes: 2 additions & 2 deletions src/test/packages/36-health-checks/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ components:
- name: health-checks
required: true
manifests:
- name: ready-pod-with-long-name-to-test-agent-truncate-annotation-name
- name: ready-pod
namespace: health-checks
noWait: true
files:
- ready-pod.yaml
images:
- ghcr.io/stefanprodan/podinfo:6.4.0
healthChecks:
- name: ready-pod-with-long-name-to-test-agent-truncate-annotation-name
- name: ready-pod
namespace: health-checks
apiVersion: v1
kind: Pod

0 comments on commit eb245b7

Please sign in to comment.