Hi,
when I try to use Kustomize Patches like harness documentations, they don’t work.
docs: (Kustomize - Harness.io Docs)
any try to use Harness variables expressions in path file, the harness don’t change for the correct value.
like this, my examples:
<+serviceVariables.SERVICE_IMAGE_TAG>
<+pipeline.stages.Pullandbuild.spec.execution.steps.publish_docker.output.outputVariables.BUILD_IMAGE_TAG>
<+serviceConfig.serviceDefinition.spec.variables.SERVICE_IMAGE_TAG>
image: <+artifact.image>
any one with the same problem?