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