Files
HetznerTerra/infrastructure/charts/rancher/templates/pre-upgrade-hook-service-account.yaml
T

11 lines
344 B
YAML
Raw Normal View History

2026-04-25 23:08:26 +00:00
apiVersion: v1
kind: ServiceAccount
metadata:
name: {{ template "rancher.fullname" . }}-pre-upgrade
namespace: {{ .Release.Namespace }}
labels: {{ include "rancher.labels" . | nindent 4 }}
annotations:
"helm.sh/hook": pre-upgrade
"helm.sh/hook-weight": "-1"
"helm.sh/hook-delete-policy": before-hook-creation,hook-succeeded