Remove Cozystack specifics (#6978)

This commit is contained in:
Andrei Kvapil
2025-07-14 22:57:55 +02:00
committed by GitHub
parent 44dfa793d5
commit f0d24461a4
2 changed files with 0 additions and 6 deletions

View File

@@ -59,9 +59,6 @@ metadata:
helm.sh/hook-delete-policy: hook-succeeded,before-hook-creation
spec:
template:
metadata:
labels:
policy.cozystack.io/allow-to-apiserver: "true"
spec:
serviceAccountName: {{ $seaweedfsName }}-volume-resize-hook
restartPolicy: Never

View File

@@ -21,9 +21,6 @@ metadata:
{{- toYaml $volume.annotations | nindent 4 }}
{{- end }}
spec:
persistentVolumeClaimRetentionPolicy:
whenDeleted: Delete
whenScaled: Delete
serviceName: {{ template "seaweedfs.name" $ }}-{{ $volumeName }}
replicas: {{ $volume.replicas }}
podManagementPolicy: {{ $volume.podManagementPolicy }}