We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52cb7dd commit d0e8811Copy full SHA for d0e8811
chart/templates/custom-errors.yaml
@@ -58,6 +58,7 @@ spec:
58
labels:
59
app: {{ .Release.Name }}
60
spec:
61
+ enableServiceLinks: false
62
containers:
63
- name: nginx
64
image: {{ .Values.image.repository }}
chart/values.yaml
@@ -19,7 +19,7 @@ config:
19
20
image:
21
repository: ndslabs/custom-errors
22
- pullPolicy: IfNotPresent
+ pullPolicy: Always
23
24
service:
25
type: ClusterIP
0 commit comments