Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
eladb committed May 15, 2024
1 parent 64a3330 commit 695d29d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/helm.w
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ pub class Chart extends cdk8s.Chart {
);

deployment.addContainer(
image: "\{\{ .Values.image }}",
image: #"{{ .Values.image }}",
envVariables: envVariables.copy(),
ports: ports.copy(),
readiness: readiness,
Expand Down

0 comments on commit 695d29d

Please sign in to comment.