Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Commit

Permalink
Remove pre-install hooks where its not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
claudio-walser committed Feb 3, 2023
1 parent 95c9c03 commit d8934fc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion templates/secret-gpg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ metadata:
labels:
{{ include "passbolt-helm.labels" . | indent 4 }}
annotations:
"helm.sh/hook": "pre-install"
"helm.sh/hook-delete-policy": "before-hook-creation"
data:
"serverkey.asc": {{ if .Values.passbolt.config.serverkey }}{{ .Values.passbolt.config.serverkey | b64enc | quote }}{{ else }}{{ .Files.Get "secrets/gpg/serverkey.asc" | b64enc | quote }}{{ end }}
Expand Down
1 change: 0 additions & 1 deletion templates/secret-jwt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ metadata:
labels:
{{ include "passbolt-helm.labels" . | indent 4 }}
annotations:
"helm.sh/hook": "pre-install"
"helm.sh/hook-delete-policy": "before-hook-creation"
data:
"jwt.key": {{ if .Values.passbolt.config.jwtkey }}{{ .Values.passbolt.config.jwtkey | b64enc | quote }}{{ else }}{{ .Files.Get "secrets/jwt/jwt.key" | b64enc | quote }}{{ end }}
Expand Down

0 comments on commit d8934fc

Please sign in to comment.