🔥(helm) remove htaccess
We will not use htaccess anymore, so we can remove it from the project.
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
{{ if .Values.htaccess }}
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: htaccess
|
||||
namespace: {{ .Release.Namespace | quote }}
|
||||
stringData:
|
||||
auth: {{ .Values.htaccess }}
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user