Skip to content

Commit

Permalink
Fixed oversight on replacement fieldpath to work when patches are inc…
Browse files Browse the repository at this point in the history
…luded in build to ensure its targeting the correct field.

Signed-off-by: Killian Golds <[email protected]>
  • Loading branch information
KillianGolds committed Jul 25, 2024
1 parent 4eaf7d5 commit d8e0e2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ replacements:
kind: Deployment
name: model-mesh
fieldPaths:
- spec.template.spec.containers.0.env.0.value
- spec.template.spec.containers.0.env.[name=MM_SERVICE_NAME].value

### Available patches:

Expand Down

0 comments on commit d8e0e2e

Please sign in to comment.