Skip to content

Fix resource name mismatch in application update test - #1496

Merged
devdattakulkarni merged 1 commit into
cloud-ark:masterfrom
prathameshk03:fix-application-update-test
Aug 20, 2026
Merged

Fix resource name mismatch in application update test#1496
devdattakulkarni merged 1 commit into
cloud-ark:masterfrom
prathameshk03:fix-application-update-test

Conversation

@prathameshk03

Copy link
Copy Markdown
Collaborator

Problem

test_application_update generated different resource names for the initial and replica update manifests

As a result, kubectl replace attempts to update a HelloWorldService that was never created and fails with a NotFound error.

Fix

Allow _process_template() to accept an optional resource name and reuse the original hs1_name when generating the replicas update manifest.

This ensures both manifests refer to the same HelloWorldService resource.

@devdattakulkarni
devdattakulkarni merged commit 35677cf into cloud-ark:master Aug 20, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants