🔥(helm) remove htaccess

We will not use htaccess anymore,
so we can remove it from the project.
This commit is contained in:
Anthony LC
2024-08-21 16:42:15 +02:00
committed by Anthony LC
parent 543770ae63
commit 9c67c9e4d4
4 changed files with 4 additions and 21 deletions

View File

@@ -1,9 +0,0 @@
{{ if .Values.htaccess }}
apiVersion: v1
kind: Secret
metadata:
name: htaccess
namespace: {{ .Release.Namespace | quote }}
stringData:
auth: {{ .Values.htaccess }}
{{ end }}