Skip to content

Commit

Permalink
Added hook
Browse files Browse the repository at this point in the history
  • Loading branch information
abhiyerra committed Feb 3, 2024
1 parent 886e0db commit 37dbfe3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/tiphys/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: tiphys
description: A High Level Helm Chart
type: application
version: 0.9.20
version: 0.9.21
appVersion: 1.16.3

dependencies:
Expand Down
3 changes: 3 additions & 0 deletions charts/tiphys/templates/secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ kind: Secret
type: Opaque
metadata:
name: {{ include "opszero.fullname" . }}
annotations:
"helm.sh/hook": pre-install,pre-upgrade
"helm.sh/hook-weight": "-5"
labels:
{{- include "opszero.labels" . | nindent 4 }}
stringData:
Expand Down

0 comments on commit 37dbfe3

Please sign in to comment.