We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d34062 commit b8c17f6Copy full SHA for b8c17f6
charts/airbyte/templates/bootloader/pod.yaml
@@ -7,6 +7,7 @@ metadata:
7
{{- include "airbyte.labels" . | nindent 4 }}
8
annotations:
9
helm.sh/hook: pre-install,pre-upgrade
10
+ helm.sh/hook-weight: "0"
11
spec:
12
restartPolicy: Never
13
containers:
charts/airbyte/templates/env-configmap.yaml
@@ -2,6 +2,9 @@ apiVersion: v1
2
kind: ConfigMap
3
metadata:
4
name: airbyte-env
5
+ annotations:
6
+ helm.sh/hook: pre-install,pre-upgrade
+ helm.sh/hook-weight: "-1"
data:
AIRBYTE_VERSION: {{ .Values.version | default .Chart.AppVersion }}
API_URL: {{ .Values.webapp.api.url }}
0 commit comments