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 3503360 commit 651c6a8Copy full SHA for 651c6a8
charts/aws-pca-issuer/templates/deployment.yaml
@@ -29,6 +29,10 @@ spec:
29
{{- toYaml .Values.podLabels | nindent 8 }}
30
{{- end }}
31
spec:
32
+ {{- if .Values.dnsConfig }}
33
+ dnsConfig:
34
+ {{- toYaml .Values.dnsConfig | nindent 8 }}
35
+ {{- end }}
36
{{- with .Values.imagePullSecrets }}
37
imagePullSecrets:
38
{{- toYaml . | nindent 8 }}
charts/aws-pca-issuer/values.yaml
@@ -55,6 +55,10 @@ service:
55
# Annotations to add to the issuer Pod
56
podAnnotations: {}
57
58
+# Pod dnsConfig : https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/#pod-dns-config
59
+# +docs:property
60
+dnsConfig: {}
61
+
62
# Pod security context
63
# +docs:property
64
podSecurityContext:
0 commit comments