Skip to content

Commit 9b94fd4

Browse files
committed
2 parents db1ec04 + b35f179 commit 9b94fd4

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

addons/airflow/3/chart/airflow-3/templates/setup-db-job.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ metadata:
1111
namespace: {{ include "common.names.namespace" . | quote }}
1212
labels: {{- include "common.labels.standard" ( dict "customLabels" .Values.commonLabels "context" $ ) | nindent 4 }}
1313
app.kubernetes.io/component: setup-db
14-
{{- $defaultAnnotations := dict "helm.sh/hook" "post-install,post-upgrade" "helm.sh/hook-delete-policy" "before-hook-creation,hook-succeeded" }}
15-
{{- $annotations := include "common.tplvalues.merge" ( dict "values" ( list .Values.setupDBJob.annotations .Values.commonAnnotations $defaultAnnotations ) "context" . ) }}
16-
annotations: {{- include "common.tplvalues.render" ( dict "value" $annotations "context" $ ) | nindent 4 }}
1714
spec:
1815
backoffLimit: {{ .Values.setupDBJob.backoffLimit }}
1916
template:

addons/airflow/3/chart/airflow-3/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ image:
111111
pullSecrets: []
112112
## Set to true if you would like to see extra information on logs
113113
##
114-
debug: true
114+
debug: false
115115

116116
## Authentication parameters
117117
## ref: https://github.com/bitnami/containers/tree/main/bitnami/airflow#environment-variables

0 commit comments

Comments
 (0)