Skip to content

Commit

Permalink
[skip ci] [GoToSocial] Removes refactoringAccepted
Browse files Browse the repository at this point in the history
  • Loading branch information
0hlov3 committed Dec 12, 2024
1 parent a470b6f commit e81d2c5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
3 changes: 0 additions & 3 deletions charts/gotosocial/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions charts/gotosocial/templates/secrets.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 0 additions & 2 deletions charts/gotosocial/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.

refactoringAccepted: "yes"

replicaCount: 1

image:
Expand Down

0 comments on commit e81d2c5

Please sign in to comment.