File tree Expand file tree Collapse file tree 3 files changed +1
-65
lines changed
hack/charts/cluster-api-operator Expand file tree Collapse file tree 3 files changed +1
-65
lines changed Original file line number Diff line number Diff line change @@ -101,30 +101,6 @@ spec:
101
101
volumeMounts :
102
102
{{- toYaml . | nindent 12 }}
103
103
{{- end }}
104
- - args :
105
- - --secure-listen-address=0.0.0.0:8443
106
- - --upstream=http://127.0.0.1:8080/
107
- - --logtostderr=true
108
- {{- if .Values.logLevel }}
109
- - --v={{ .Values.logLevel }}
110
- {{- end }}
111
- {{- with .Values.image.kubeRBACProxy }}
112
- image : " {{- if .registry -}}{{ .registry }}/{{- end -}}{{ .repository }}{{- if (.digest) -}} @{{ .digest }}{{- else -}}:{{ default $.Chart.AppVersion .tag }} {{- end -}}"
113
- {{- end }}
114
- imagePullPolicy : {{ .Values.image.kubeRBACProxy.pullPolicy }}
115
- name : kube-rbac-proxy
116
- ports :
117
- - containerPort : 8443
118
- name : https
119
- protocol : TCP
120
- {{- with .Values.resources.kubeRBACProxy }}
121
- resources :
122
- {{- toYaml . | nindent 12 }}
123
- {{- end }}
124
- {{- with .Values.containerSecurityContext.kubeRBACProxy }}
125
- securityContext :
126
- {{- toYaml . | nindent 12 }}
127
- {{- end }}
128
104
terminationGracePeriodSeconds : 10
129
105
{{- with .Values.volumes }}
130
106
volumes :
Original file line number Diff line number Diff line change @@ -26,10 +26,6 @@ image:
26
26
repository : gcr.io/k8s-staging-capi-operator/cluster-api-operator
27
27
tag : dev
28
28
pullPolicy : IfNotPresent
29
- kubeRBACProxy :
30
- repository : gcr.io/kubebuilder/kube-rbac-proxy
31
- tag : v0.14.1
32
- pullPolicy : IfNotPresent
33
29
healthAddr : " :8081"
34
30
metricsBindAddr : " 127.0.0.1:8080"
35
31
imagePullSecrets : {}
@@ -41,19 +37,7 @@ resources:
41
37
requests :
42
38
cpu : 100m
43
39
memory : 100Mi
44
- kubeRBACProxy :
45
- limits :
46
- cpu : 500m
47
- memory : 128Mi
48
- requests :
49
- cpu : 5m
50
- memory : 64Mi
51
- containerSecurityContext :
52
- kubeRBACProxy :
53
- allowPrivilegeEscalation : false
54
- capabilities :
55
- drop :
56
- - ALL
40
+ containerSecurityContext : {}
57
41
affinity :
58
42
nodeAffinity :
59
43
requiredDuringSchedulingIgnoredDuringExecution :
Original file line number Diff line number Diff line change @@ -14114,30 +14114,6 @@ spec:
14114
14114
- mountPath: /tmp/k8s-webhook-server/serving-certs
14115
14115
name: cert
14116
14116
readOnly: true
14117
- - args:
14118
- - --secure-listen-address=0.0.0.0:8443
14119
- - --upstream=http://127.0.0.1:8080/
14120
- - --logtostderr=true
14121
- - --v=2
14122
- image: "gcr.io/kubebuilder/kube-rbac-proxy:v0.14.1"
14123
- imagePullPolicy: IfNotPresent
14124
- name: kube-rbac-proxy
14125
- ports:
14126
- - containerPort: 8443
14127
- name: https
14128
- protocol: TCP
14129
- resources:
14130
- limits:
14131
- cpu: 500m
14132
- memory: 128Mi
14133
- requests:
14134
- cpu: 5m
14135
- memory: 64Mi
14136
- securityContext:
14137
- allowPrivilegeEscalation: false
14138
- capabilities:
14139
- drop:
14140
- - ALL
14141
14117
terminationGracePeriodSeconds: 10
14142
14118
volumes:
14143
14119
- name: cert
You can’t perform that action at this time.
0 commit comments