🔧(helm) manage htaccess
- add htaccess - fix issue with kind
This commit is contained in:
committed by
Anthony LC
parent
b7bd7b7772
commit
aef19cfddd
9
src/helm/impress/templates/secret.yaml
Normal file
9
src/helm/impress/templates/secret.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
{{ 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