fix: remove checksum's from deployments
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-02-28 00:11:19 +03:00
parent 90a63653bf
commit 5663bb594a
2 changed files with 0 additions and 6 deletions

View File

@ -4,9 +4,6 @@ metadata:
name: {{ include "n8n.fullname" . }}
labels:
{{- include "n8n.labels" . | nindent 4 }}
annotations:
checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }}
checksum/secret: {{ include (print $.Template.BasePath "/secrets.yaml") . | sha256sum }}
spec:
replicas: 1
selector:

View File

@ -4,9 +4,6 @@ metadata:
name: {{ include "n8n-worker.fullname" . }}
labels:
{{- include "n8n-worker.labels" . | nindent 4 }}
annotations:
checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }}
checksum/secret: {{ include (print $.Template.BasePath "/secrets.yaml") . | sha256sum }}
spec:
{{- if not .Values.worker.autoscaling.enabled }}
replicas: {{ .Values.worker.replicaCount }}