Skip to content

Commit

Permalink
fix: improving naming
Browse files Browse the repository at this point in the history
  • Loading branch information
JannikZed committed Feb 9, 2022
1 parent 3d0455a commit 83d77e9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/saleor/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ type: application

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 0.1.23
version: 0.1.24

dependencies:
- name: postgresql
Expand Down
4 changes: 2 additions & 2 deletions charts/saleor/templates/celery_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: celery-worker
name: "{{ include "saleor-helm.fullname" . }}-celery"
labels:
{{- include "saleor-helm.labels" . | nindent 4 }}
spec:
Expand Down Expand Up @@ -43,7 +43,7 @@ spec:
value: {{ .Values.global.allowedHosts }}
envFrom:
- secretRef:
name: saleor-secrets
name: {{ include "saleor-helm.fullname" . }}
args:
- celery
- --app=saleor
Expand Down
2 changes: 1 addition & 1 deletion charts/saleor/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ image:
pullPolicy: IfNotPresent
tag: "3.0.0"

fullnameOverride: saleor-api
# fullnameOverride: saleor-api

serviceAccount:
# Specifies whether a service account should be created
Expand Down

0 comments on commit 83d77e9

Please sign in to comment.