Skip to content

Commit

Permalink
add ctrlmesh arg init-image
Browse files Browse the repository at this point in the history
  • Loading branch information
Eikykun committed Jul 10, 2024
1 parent fdafabd commit 39b4bb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions versions/ctrlmesh/0.1.3-alpha.2/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ spec:
- --proxy-cpu={{ .Values.proxy.resources.cpu }}
- --proxy-memory={{ .Values.proxy.resources.memory }}
- --proxy-image-pull-policy={{ .Values.proxy.image.pullPolicy }}
- --init-image={{ .Values.init.image.repo }}:{{ .Values.init.image.tag }}
command:
- /ctrlmesh-manager
env:
Expand Down

0 comments on commit 39b4bb9

Please sign in to comment.