1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-08-08 22:46:33 +02:00

chore: Added renovate configuration

This commit is contained in:
kvanzuijlen
2024-01-27 09:57:42 +01:00
parent 84e1cc24e3
commit dd5576f2b2
20 changed files with 2114 additions and 2251 deletions

View File

@ -1,4 +1,8 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: coredns
namespace: kube-system
data:
Corefile: |
.:53 {
@ -24,7 +28,3 @@ data:
fallthrough
}
}
kind: ConfigMap
metadata:
name: coredns
namespace: kube-system