Merge pull request #762 from actions-runner-controller/non-deprecate-apis-follow-up

chart,kustomize: Fix errors
This commit is contained in:
Yusuke Kuoka 2021-08-25 09:23:23 +09:00 committed by GitHub
commit 180db37a9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 21 additions and 8 deletions

View File

@ -8,7 +8,9 @@ metadata:
annotations:
cert-manager.io/inject-ca-from: {{ .Release.Namespace }}/{{ include "actions-runner-controller.servingCertName" . }}
webhooks:
- clientConfig:
- admissionReviewVersions:
- v1beta1
clientConfig:
service:
name: {{ include "actions-runner-controller.webhookServiceName" . }}
namespace: {{ .Release.Namespace }}
@ -26,7 +28,9 @@ webhooks:
resources:
- runners
sideEffects: None
- clientConfig:
- admissionReviewVersions:
- v1beta1
clientConfig:
service:
name: {{ include "actions-runner-controller.webhookServiceName" . }}
namespace: {{ .Release.Namespace }}
@ -44,7 +48,9 @@ webhooks:
resources:
- runnerdeployments
sideEffects: None
- clientConfig:
- admissionReviewVersions:
- v1beta1
clientConfig:
service:
name: {{ include "actions-runner-controller.webhookServiceName" . }}
namespace: {{ .Release.Namespace }}
@ -62,7 +68,9 @@ webhooks:
resources:
- runnerreplicasets
sideEffects: None
- clientConfig:
- admissionReviewVersions:
- v1beta1
clientConfig:
service:
name: {{ include "actions-runner-controller.webhookServiceName" . }}
namespace: {{ .Release.Namespace }}
@ -91,7 +99,9 @@ metadata:
annotations:
cert-manager.io/inject-ca-from: {{ .Release.Namespace }}/{{ include "actions-runner-controller.servingCertName" . }}
webhooks:
- clientConfig:
- admissionReviewVersions:
- v1beta1
clientConfig:
service:
name: {{ include "actions-runner-controller.webhookServiceName" . }}
namespace: {{ .Release.Namespace }}
@ -109,7 +119,9 @@ webhooks:
resources:
- runners
sideEffects: None
- clientConfig:
- admissionReviewVersions:
- v1beta1
clientConfig:
service:
name: {{ include "actions-runner-controller.webhookServiceName" . }}
namespace: {{ .Release.Namespace }}
@ -127,7 +139,9 @@ webhooks:
resources:
- runnerdeployments
sideEffects: None
- clientConfig:
- admissionReviewVersions:
- v1beta1
clientConfig:
service:
name: {{ include "actions-runner-controller.webhookServiceName" . }}
namespace: {{ .Release.Namespace }}

View File

@ -1,6 +1,5 @@
resources:
- manifests.yaml
- manifests.v1beta1.yaml
- service.yaml
configurations: