Skip to content

Commit

Permalink
drop hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino committed Oct 10, 2024
1 parent 5bac1db commit 3ad9c23
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions charts/airbyte/templates/env-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ apiVersion: v1
kind: ConfigMap
metadata:
name: {{ .Release.Name }}-airbyte-env
annotations:
helm.sh/hook: pre-install,pre-upgrade
helm.sh/hook-weight: "-1"
labels:
{{- include "airbyte.labels" . | nindent 4 }}
data:
Expand Down
3 changes: 0 additions & 3 deletions charts/airbyte/templates/secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ apiVersion: v1
kind: Secret
metadata:
name: {{ .Release.Name }}-airbyte-secrets
annotations:
helm.sh/hook: pre-install,pre-upgrade
helm.sh/hook-weight: "-1"
labels:
{{- include "airbyte.labels" . | nindent 4 }}
type: Opaque
Expand Down

0 comments on commit 3ad9c23

Please sign in to comment.