Skip to content

Commit

Permalink
toggle for deleting flink deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
pielas committed Jun 25, 2024
1 parent e5219b6 commit f613156
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{{- if and (hasKey .Values "flinkK8sOperatorDeploymentManager") .Values.flinkK8sOperatorDeploymentManager.enabled }}
{{- if not (and (hasKey .Values.flinkK8sOperatorDeploymentManager "keepFlinkDeploymentsOnUninstall") (.Values.flinkK8sOperatorDeploymentManager.keepFlinkDeploymentsOnUninstall)) }}
apiVersion: batch/v1
kind: Job
metadata:
Expand Down Expand Up @@ -35,3 +36,4 @@ spec:
restartPolicy: Never
backoffLimit: 1
{{- end }}
{{- end }}

0 comments on commit f613156

Please sign in to comment.