🔧(helm) manage htaccess

- add htaccess
- fix issue with kind
This commit is contained in:
Jacques ROUSSEL
2024-07-02 10:10:50 +02:00
committed by Anthony LC
parent b7bd7b7772
commit aef19cfddd
8 changed files with 61 additions and 38 deletions

View File

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