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.
  • Loading branch information
KillianGolds committed Jul 25, 2024
1 parent cc1c8bf commit c9acc6b
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 c9acc6b

Please sign in to comment.