Skip to content

Commit

Permalink
update agent gateway image pull policy (#53)
Browse files Browse the repository at this point in the history
Signed-off-by: Shovan Maity <shovan.cse91@gmail.com>
  • Loading branch information
Shovan Maity authored Jan 20, 2021
1 parent ef05d5d commit ad1ae52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kubera-enterprise/templates/agent-gateway-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ spec:
containers:
- name: agent-gateway-server
image: {{ .Values.image.registry }}/{{ .Values.image.organization }}/gateway-server:{{ .Values.image.tag }} # TODO
imagePullPolicy: Always
command:
- server
args:
Expand Down

0 comments on commit ad1ae52

Please sign in to comment.