Skip to content

Commit

Permalink
Merge pull request #889 from hbagdi/remove-outdated-version
Browse files Browse the repository at this point in the history
remove outdated version label
  • Loading branch information
k8s-ci-robot authored Sep 30, 2021
2 parents a2ff6cf + b1d821c commit 83c8570
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions deploy/certificate_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ metadata:
name: gateway-api-admission
labels:
name: gateway-api-webhook
version: 0.0.1
namespace: gateway-api
---
apiVersion: rbac.authorization.k8s.io/v1
Expand All @@ -20,7 +19,6 @@ metadata:
name: gateway-api-admission
labels:
name: gateway-api
version: 0.0.1
rules:
- apiGroups:
- admissionregistration.k8s.io
Expand All @@ -37,7 +35,6 @@ metadata:
annotations:
labels:
name: gateway-api-webhook
version: 0.0.1
namespace: gateway-api
roleRef:
apiGroup: rbac.authorization.k8s.io
Expand All @@ -55,7 +52,6 @@ metadata:
annotations:
labels:
name: gateway-api-webhook
version: 0.0.1
namespace: gateway-api
rules:
- apiGroups:
Expand All @@ -73,7 +69,6 @@ metadata:
annotations:
labels:
name: gateway-api-webhook
version: 0.0.1
namespace: gateway-api
roleRef:
apiGroup: rbac.authorization.k8s.io
Expand All @@ -91,15 +86,13 @@ metadata:
annotations:
labels:
name: gateway-api-webhook
version: 0.0.1
namespace: gateway-api
spec:
template:
metadata:
name: gateway-api-admission-create
labels:
name: gateway-api-webhook
version: 0.0.1
spec:
containers:
- name: create
Expand Down Expand Up @@ -127,15 +120,13 @@ metadata:
name: gateway-api-admission-patch
labels:
name: gateway-api-webhook
version: 0.0.1
namespace: gateway-api
spec:
template:
metadata:
name: gateway-api-admission-patch
labels:
name: gateway-api-webhook
version: 0.0.1
spec:
containers:
- name: patch
Expand Down

0 comments on commit 83c8570

Please sign in to comment.