File tree Expand file tree Collapse file tree 5 files changed +25
-15
lines changed
aws-credential-manager/templates
capa-vpc-peering-operator/templates
capi-ops-manager/templates/webhook/monitoring
docker-machine-operator/templates
gcp-credential-manager/templates Expand file tree Collapse file tree 5 files changed +25
-15
lines changed Original file line number Diff line number Diff line change 2121 {{- include "aws-credential-manager.selectorLabels" . | nindent 6 }}
2222 endpoints :
2323 - targetPort : 9443
24- bearerTokenSecret :
25- key : token
26- name : {{ include "aws-credential-manager.fullname" . }}-metrics-token
24+ authorization :
25+ credentials :
26+ key : token
27+ name : {{ include "aws-credential-manager.fullname" . }}-metrics-token
28+ type : Bearer
2729 path : /metrics
2830 scheme : https
2931 tlsConfig :
Original file line number Diff line number Diff line change 1919 {{- include "capa-vpc-peering-operator.selectorLabels" . | nindent 6 }}
2020 endpoints :
2121 - port : api
22- bearerTokenSecret :
23- key : token
24- name : {{ include "capa-vpc-peering-operator.fullname" . }}-metrics-token
22+ authorization :
23+ credentials :
24+ key : token
25+ name : {{ include "capa-vpc-peering-operator.fullname" . }}-metrics-token
26+ type : Bearer
2527 scheme : https
2628 tlsConfig :
2729 ca :
Original file line number Diff line number Diff line change 2222 endpoints :
2323 {{- if .Values.monitoring.operator }}
2424 - port : https
25- bearerTokenSecret :
26- key : token
27- name : {{ include "capi-ops-manager.fullname" . }}-metrics-token
25+ authorization :
26+ credentials :
27+ key : token
28+ name : {{ include "capi-ops-manager.fullname" . }}-metrics-token
29+ type : Bearer
2830 path : /metrics
2931 scheme : https
3032 tlsConfig :
Original file line number Diff line number Diff line change 1919 {{- include "docker-machine-operator.selectorLabels" . | nindent 6 }}
2020 endpoints :
2121 - port : api
22- bearerTokenSecret :
23- key : token
24- name : {{ include "docker-machine-operator.fullname" . }}-metrics-token
22+ authorization :
23+ credentials :
24+ key : token
25+ name : {{ include "docker-machine-operator.fullname" . }}-metrics-token
26+ type : Bearer
2527 scheme : https
2628 tlsConfig :
2729 ca :
Original file line number Diff line number Diff line change 2121 {{- include "gcp-credential-manager.selectorLabels" . | nindent 6 }}
2222 endpoints :
2323 - targetPort : 9443
24- bearerTokenSecret :
25- key : token
26- name : {{ include "gcp-credential-manager.fullname" . }}-metrics-token
24+ authorization :
25+ credentials :
26+ key : token
27+ name : {{ include "gcp-credential-manager.fullname" . }}-metrics-token
28+ type : Bearer
2729 path : /metrics
2830 scheme : https
2931 tlsConfig :
You can’t perform that action at this time.
0 commit comments