File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -66,3 +66,10 @@ nodeSelector:
6666true
6767{ {- end } }
6868{ {- end } }
69+
70+ { {/* https://werf.io/docs/v2/usage/deploy/tracking.html#disabling-state-tracking-and -ignoring-resource-errors-werf-only */} }
71+ { {- define " werf.annotations.disabling_state_tracking_and_ignoring_resource_errors" } }
72+ annotations:
73+ werf.io/fail-mode: IgnoreAndContinueDeployProcess
74+ werf.io/track-termination-mode: NonBlocking
75+ { {- end } }
Original file line number Diff line number Diff line change 5959apiVersion : apps/v1
6060kind : Deployment
6161metadata :
62+ {{- include "werf.annotations.disabling_state_tracking_and_ignoring_resource_errors" . | nindent 2 }}
6263 {{- include "helm_lib_module_labels" (list . (dict "app" "dvcr")) | nindent 2 }}
6364 name : dvcr
6465 namespace : d8-{{ .Chart.Name }}
You can’t perform that action at this time.
0 commit comments