Skip to content

Commit

Permalink
Merge pull request #81 from dailymotion-oss/apiVersion-osiris-admissi…
Browse files Browse the repository at this point in the history
…onregistration

Osiris apiVersion update
  • Loading branch information
anthony-pastor authored Mar 8, 2022
2 parents f7acb91 + 963d4b0 commit 3d3b3b9
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
8 changes: 7 additions & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
# https://help.github.com/en/articles/about-code-owners
* @vbehar
* @anthony-pastor
* @cyril-corbon
* @yosri-daily
* @JordanGoasdoue
* @raphael-messner
* @alextriquet
* @Bencyril
1 change: 1 addition & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,4 @@ jobs:
uses: golangci/golangci-lint-action@v2
with:
version: v1.37
args: --timeout=5m
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ data:
tls.crt: {{ b64enc $cert.Cert }}
tls.key: {{ b64enc $cert.Key }}
---
apiVersion: admissionregistration.k8s.io/v1beta1
apiVersion: admissionregistration.k8s.io/v1
kind: MutatingWebhookConfiguration
metadata:
name: {{ include "osiris.fullname" . }}-endpoints-hijacker
Expand Down Expand Up @@ -46,3 +46,5 @@ webhooks:
- CREATE
- UPDATE
failurePolicy: Ignore
sideEffects: None
admissionReviewVersions: ["v1", "v1beta1"]
4 changes: 3 additions & 1 deletion charts/osiris/templates/proxy-injector-webhook-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ data:
tls.crt: {{ b64enc $cert.Cert }}
tls.key: {{ b64enc $cert.Key }}
---
apiVersion: admissionregistration.k8s.io/v1beta1
apiVersion: admissionregistration.k8s.io/v1
kind: MutatingWebhookConfiguration
metadata:
name: {{ include "osiris.fullname" . }}-proxy-injector
Expand All @@ -45,3 +45,5 @@ webhooks:
operations:
- CREATE
failurePolicy: Ignore
sideEffects: None
admissionReviewVersions: ["v1", "v1beta1"]

0 comments on commit 3d3b3b9

Please sign in to comment.