Skip to content

Commit

Permalink
kata-payload: Make resources for s390x overridden by base
Browse files Browse the repository at this point in the history
Due to the fact that kustomize does not allow the 2nd level of
resource patch, this commit is to make the resources overridden
by base directly.

Fixes: #320

Signed-off-by: Hyounggyu Choi <[email protected]>
  • Loading branch information
BbolroC authored and fitzthum committed Jan 16, 2024
1 parent 2039b23 commit e290f0f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/samples/ccruntime/s390x/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ kind: Kustomization
nameSuffix: -s390x

resources:
- ../default
- ../base

images:
- name: quay.io/confidential-containers/reqs-payload
newTag: latest
- name: quay.io/kata-containers/kata-deploy
newName: quay.io/kata-containers/kata-deploy-ci
newTag: kata-containers-latest
Expand Down

0 comments on commit e290f0f

Please sign in to comment.