[bitnami/apache] Add hostAliases support (#5161)

* [bitnami/apache] Add hostAliases support

* Lint
This commit is contained in:
Javier J. Salmerón-García
2021-01-22 09:32:23 +01:00
committed by GitHub
parent de55fe1cbf
commit cc3e5703e5
11 changed files with 51 additions and 172 deletions

View File

@@ -2,8 +2,8 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ include "apache.fullname" . }}-vhosts
labels: {{- include "apache.labels" . | nindent 4 }}
name: {{ include "common.names.fullname" . }}-vhosts
labels: {{- include "common.labels.standard" . | nindent 4 }}
data:
{{ (.Files.Glob "files/vhosts/*.conf").AsConfig | indent 2 }}
{{ end }}