Skip to content

Commit

Permalink
rename long name instead of ready pod
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
  • Loading branch information
AustinAbro321 committed Dec 10, 2024
1 parent 3b4e9f6 commit 28f675c
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/25-manifest-adoption/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
app: game
spec:
containers:
- name: "multi-game-long-name-to-test-agent-truncate-annotation-name"
- name: "multi-game"
image: "ghcr.io/zarf-dev/doom-game:0.0.1"
ports:
- name: http
Expand Down
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
- name: ready-pod-with-long-name-to-test-agent-truncate-annotation-name
namespace: health-checks
noWait: true
files:
- ready-pod.yaml
images:
- ghcr.io/stefanprodan/podinfo:6.4.0
healthChecks:
- name: ready-pod
- name: ready-pod-with-long-name-to-test-agent-truncate-annotation-name
namespace: health-checks
apiVersion: v1
kind: Pod

0 comments on commit 28f675c

Please sign in to comment.