Skip to content

Commit

Permalink
chore(charts): remove quay.io from deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Cryptophobia authored Jun 25, 2020
1 parent 0ac7a40 commit 6887bf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/nsqd/templates/nsqd-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
serviceAccount: deis-nsqd
containers:
- name: deis-nsqd
image: quay.io/{{.Values.org}}/nsq:{{.Values.docker_tag}}
image: {{.Values.org}}/nsq:{{.Values.docker_tag}}
imagePullPolicy: {{.Values.pull_policy}}
{{- if or (.Values.limits_cpu) (.Values.limits_memory)}}
resources:
Expand Down

0 comments on commit 6887bf3

Please sign in to comment.