Skip to content

Commit

Permalink
Revert "Add sleep preStop hook to zitadel helm chart for testing"
Browse files Browse the repository at this point in the history
This reverts commit e7b363b.
  • Loading branch information
roman-aleksejuk-telia committed Sep 25, 2024
1 parent d9959b9 commit 6423a66
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions charts/zitadel/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ spec:
enableServiceLinks: false
containers:
- name: {{ .Chart.Name }}
lifecycle:
{{- toYaml .Values.lifecycle | nindent 14 }}
securityContext:
{{- toYaml .Values.securityContext | nindent 14 }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
Expand Down
6 changes: 0 additions & 6 deletions charts/zitadel/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,6 @@ podSecurityContext:
runAsUser: 1000
fsGroup: 1000

lifecycle:
preStop:
exec:
command:
- "sleep"
- "30"
securityContext:
runAsNonRoot: true
runAsUser: 1000
Expand Down

0 comments on commit 6423a66

Please sign in to comment.