Skip to content

Commit

Permalink
GEFEST-1454 Убрал флаг дата-миграции из джобы чарта Keys
Browse files Browse the repository at this point in the history
  • Loading branch information
salkrr committed Jan 29, 2025
1 parent bc152b0 commit 5582eee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/keys/templates/import/job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
- name: migrate
image: {{ required "A valid .Values.dgctlDockerRegistry entry required" .Values.dgctlDockerRegistry }}/{{ .Values.backend.image.repository }}:{{ .Values.backend.image.tag }}
imagePullPolicy: {{ .Values.imagePullPolicy }}
command: [ "keysctl", "import", "--migrate-data" ]
command: [ "keysctl", "import" ]
resources:
{{- toYaml .Values.import.resources | nindent 12 }}
env:
Expand Down

0 comments on commit 5582eee

Please sign in to comment.