Skip to content

Commit 03ad9c3

Browse files
test serviceMonitor. (#88)
1 parent 76dffae commit 03ad9c3

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

.github/workflows/lint-test.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,9 @@ jobs:
4141
uses: helm/[email protected]
4242
if: steps.list-changed.outputs.changed == 'true'
4343

44+
- name: Install Prometheus Operator CRDs
45+
id: prom
46+
run: kubectl apply --server-side -f https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.54.0/example/prometheus-operator-crd/monitoring.coreos.com_servicemonitors.yaml
47+
4448
- name: Run chart-testing (install)
4549
run: ct install --config ct.yaml

helm/oauth2-proxy/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: oauth2-proxy
2-
version: 6.1.1
2+
version: 6.1.2
33
apiVersion: v2
44
appVersion: 7.2.0
55
home: https://oauth2-proxy.github.io/oauth2-proxy/
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
metrics:
2+
enabled: true
3+
serviceMonitor:
4+
enabled: true

0 commit comments

Comments
 (0)