Skip to content

Commit

Permalink
Update names in deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
bonnefoa committed Aug 28, 2022
1 parent ba87d47 commit 30fc9f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/templates/deployments.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
effect: NoSchedule
{{- end }}
containers:
- name: cache-builder
- name: kubectl-fzf-server
image: {{ $.Values.image.kubectl_fzf_server.name }}:{{ $.Values.image.kubectl_fzf_server.tag }}
imagePullPolicy: {{ $.Values.docker.pullPolicy }}
volumeMounts:
Expand Down

0 comments on commit 30fc9f4

Please sign in to comment.