We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Do you see other changes needed than:
diff --git a/deployments/fpga_admissionwebhook/base/fpga-mutator-webhook-cfg.yam l b/deployments/fpga_admissionwebhook/base/fpga-mutator-webhook-cfg.yaml index 79613bc..a2cb177 100644 --- a/deployments/fpga_admissionwebhook/base/fpga-mutator-webhook-cfg.yaml +++ b/deployments/fpga_admissionwebhook/base/fpga-mutator-webhook-cfg.yaml @@ -1,4 +1,4 @@ -apiVersion: admissionregistration.k8s.io/v1beta1 +apiVersion: admissionregistration.k8s.io/v1 kind: MutatingWebhookConfiguration metadata: name: fpga-mutator-webhook-cfg diff --git a/deployments/fpga_admissionwebhook/mutating-webhook-configuration-tp l.yaml b/deployments/fpga_admissionwebhook/mutating-webhook-configuration-tpl.ya ml index 339feed..73e3d27 100644 --- a/deployments/fpga_admissionwebhook/mutating-webhook-configuration-tpl.yaml +++ b/deployments/fpga_admissionwebhook/mutating-webhook-configuration-tpl.yaml @@ -1,4 +1,4 @@ -apiVersion: admissionregistration.k8s.io/v1beta1 +apiVersion: admissionregistration.k8s.io/v1 kind: MutatingWebhookConfiguration metadata: name: fpga-mutator-webhook-cfg
The text was updated successfully, but these errors were encountered:
mythi
Successfully merging a pull request may close this issue.
Do you see other changes needed than:
The text was updated successfully, but these errors were encountered: