File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
chart/k8soauth2-proxy-controller Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11apiVersion : v2
22appVersion : 0.1.0
3- description : Clone http request to multiple backend services
3+ description : OAUTH2 proxy kubernetes controller
44home : https://github.com/DoodleScheduling/k8soauth2-proxy-controller
55keywords :
66- kubernetes-controller
@@ -10,4 +10,4 @@ keywords:
1010name : k8soauth2-proxy-controller
1111sources :
1212- https://github.com/DoodleScheduling/k8soauth2-proxy-controller
13- version : 0.1.0
13+ version : 0.1.1
Original file line number Diff line number Diff line change 22apiVersion : monitoring.coreos.com/v1
33kind : PodMonitor
44metadata :
5- name : {{ include "k8svault -controller.fullname" . }}
5+ name : {{ include "k8soauth2-proxy -controller.fullname" . }}
66 labels :
7- app.kubernetes.io/name : {{ include "k8svault -controller.name" . }}
7+ app.kubernetes.io/name : {{ include "k8soauth2-proxy -controller.name" . }}
88 app.kubernetes.io/instance : {{ .Release.Name }}
99 app.kubernetes.io/managed-by : {{ .Release.Service }}
10- helm.sh/chart : {{ include "k8svault -controller.chart" . }}
10+ helm.sh/chart : {{ include "k8soauth2-proxy -controller.chart" . }}
1111 {{- range $key, $value := .Values.podMonitor.additionalLabels }}
1212 {{ $key }}: {{ $value | quote }}
1313 {{- end }}
3131 - {{ .Release.Namespace }}
3232 selector :
3333 matchLabels :
34- app.kubernetes.io/name : {{ include "k8svault -controller.name" . }}
34+ app.kubernetes.io/name : {{ include "k8soauth2-proxy -controller.name" . }}
3535 app.kubernetes.io/instance : {{ .Release.Name }}
3636{{- if .Values.podMonitor.targetLabels }}
3737 targetLabels :
You can’t perform that action at this time.
0 commit comments