Commit b36ece3 1 parent 8f4b4d9 commit b36ece3 Copy full SHA for b36ece3
File tree 3 files changed +9
-0
lines changed
3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ metadata:
6
6
name : {{ include "kube-httpcache.fullname" . }}
7
7
labels :
8
8
{{- include "kube-httpcache.labels" . | nindent 4 }}
9
+ {{- with .Values.annotations }}
10
+ annotations :
11
+ {{- toYaml . | nindent 4 }}
12
+ {{- end }}
9
13
spec :
10
14
{{- if not .Values.autoscaling.enabled }}
11
15
replicas : {{ .Values.replicaCount }}
Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ metadata:
6
6
name : {{ include "kube-httpcache.fullname" . }}
7
7
labels :
8
8
{{- include "kube-httpcache.labels" . | nindent 4 }}
9
+ {{- with .Values.annotations }}
10
+ annotations :
11
+ {{- toYaml . | nindent 4 }}
12
+ {{- end }}
9
13
spec :
10
14
serviceName : {{ include "kube-httpcache.fullname" . }}
11
15
{{- if not .Values.autoscaling.enabled }}
Original file line number Diff line number Diff line change @@ -71,6 +71,7 @@ podSecurityPolicy:
71
71
enabled : false
72
72
# name: unrestricted-psp
73
73
74
+ annotations : {}
74
75
podAnnotations : {}
75
76
76
77
podSecurityContext : {}
You can’t perform that action at this time.
0 commit comments