mirror of
https://github.com/bitnami/charts.git
synced 2026-03-16 06:47:30 +08:00
[bitnami/apache] Add hostAliases support (#5161)
* [bitnami/apache] Add hostAliases support * Lint
This commit is contained in:
committed by
GitHub
parent
de55fe1cbf
commit
cc3e5703e5
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user