diff --git a/charts/gotosocial/templates/deployment.yaml b/charts/gotosocial/templates/deployment.yaml index 059f7b4..3228255 100644 --- a/charts/gotosocial/templates/deployment.yaml +++ b/charts/gotosocial/templates/deployment.yaml @@ -2,9 +2,6 @@ {{- $podAnnotations := .Values.podAnnotations }} {{- $secretAnnotation := dict "checksum/secrets" (include (print $.Template.BasePath "/secrets.yaml") . | sha256sum) }} {{- $newPodAnnotations := merge $podAnnotations $secretAnnotation }} -{{- if eq .Values.refactoringAccepted "" }} -{{- fail "The Chart was refactored, please Check the README and the values.yaml" . }} -{{- end }} --- apiVersion: apps/v1 kind: Deployment diff --git a/charts/gotosocial/templates/secrets.yaml b/charts/gotosocial/templates/secrets.yaml index 6353bfc..4c3c884 100644 --- a/charts/gotosocial/templates/secrets.yaml +++ b/charts/gotosocial/templates/secrets.yaml @@ -1,6 +1,3 @@ -{{- if eq .Values.refactoringAccepted "" }} -{{- fail "The Chart was refactored, please Check the README and the values.yaml" . }} -{{- end }} --- apiVersion: v1 kind: Secret diff --git a/charts/gotosocial/values.yaml b/charts/gotosocial/values.yaml index c0c66b5..bbf4f3a 100644 --- a/charts/gotosocial/values.yaml +++ b/charts/gotosocial/values.yaml @@ -2,8 +2,6 @@ # This is a YAML-formatted file. # Declare variables to be passed into your templates. -refactoringAccepted: "yes" - replicaCount: 1 image: