Skip to content

Commit

Permalink
fix(helm): remove pre-upgrade hook from service account (#13729)
Browse files Browse the repository at this point in the history
  • Loading branch information
perangel committed Sep 6, 2024
1 parent a353a6a commit d378e75
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/airbyte/templates/serviceaccount.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
labels:
{{- include "airbyte.labels" . | nindent 4 }}
annotations:
helm.sh/hook: pre-install,pre-upgrade
helm.sh/hook: pre-install
helm.sh/hook-weight: "-10"
{{- with .Values.serviceAccount.annotations }}
{{- toYaml . | nindent 4 }}
Expand All @@ -20,7 +20,7 @@ metadata:
labels:
{{- include "airbyte.labels" . | nindent 4 }}
annotations:
helm.sh/hook: pre-install,pre-upgrade
helm.sh/hook: pre-install
helm.sh/hook-weight: "-5"
rules:
- apiGroups: ["*"]
Expand All @@ -38,7 +38,7 @@ metadata:
labels:
{{- include "airbyte.labels" . | nindent 4 }}
annotations:
helm.sh/hook: pre-install,pre-upgrade
helm.sh/hook: pre-install
helm.sh/hook-weight: "-3"
roleRef:
apiGroup: ""
Expand Down

0 comments on commit d378e75

Please sign in to comment.