Compare commits
2 commits
36b3fe52a9
...
d7c48e1058
Author | SHA1 | Date | |
---|---|---|---|
d7c48e1058 | |||
430ec99d49 |
2 changed files with 6 additions and 4 deletions
|
@ -102,13 +102,14 @@ spec:
|
||||||
fsGroup: 999 # allow group access to volumes for named user
|
fsGroup: 999 # allow group access to volumes for named user
|
||||||
initContainers:
|
initContainers:
|
||||||
- name: fetch-root-hints
|
- name: fetch-root-hints
|
||||||
image: curlimages/curl:latest
|
image: alpine:latest
|
||||||
command:
|
command:
|
||||||
- sh
|
- sh
|
||||||
- -c
|
- -c
|
||||||
- |
|
- |
|
||||||
|
apk add --no-cache curl && \
|
||||||
curl -sfSL https://www.internic.net/domain/named.cache -o /usr/share/dns/root.hints
|
curl -sfSL https://www.internic.net/domain/named.cache -o /usr/share/dns/root.hints
|
||||||
# hold container open for debug (optional)
|
# Uncomment below to hold the container open for debugging:
|
||||||
# tail -f /dev/null
|
# tail -f /dev/null
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /usr/share/dns
|
- mountPath: /usr/share/dns
|
||||||
|
|
|
@ -4,3 +4,4 @@ kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
- operators/prometheus.yaml
|
- operators/prometheus.yaml
|
||||||
- operators/mariadb.yaml
|
- operators/mariadb.yaml
|
||||||
|
- dns/bind.yaml
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue