Skip to content
New issue

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

fix: pin kyverno-authz-server version #16126

Merged
merged 1 commit into from
Dec 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/en/blog/2024/authz-policy-with-kyverno/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ It is configurable using Kyverno `AuthorizationPolicy` resources, either stored
{{< text bash >}}
$ kubectl create ns kyverno
$ kubectl label namespace kyverno istio-injection=enabled
$ helm install kyverno-authz-server --namespace kyverno --wait --repo https://kyverno.github.io/kyverno-envoy-plugin kyverno-authz-server
$ helm install kyverno-authz-server --namespace kyverno --wait --version 0.1.0 --repo https://kyverno.github.io/kyverno-envoy-plugin kyverno-authz-server
{{< /text >}}

#### Deploy the sample application
Expand Down
2 changes: 1 addition & 1 deletion content/uk/blog/2024/authz-policy-with-kyverno/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ EOF
{{< text bash >}}
$ kubectl create ns kyverno
$ kubectl label namespace kyverno istio-injection=enabled
$ helm install kyverno-authz-server --namespace kyverno --wait --repo https://kyverno.github.io/kyverno-envoy-plugin kyverno-authz-server
$ helm install kyverno-authz-server --namespace kyverno --wait --version 0.1.0 --repo https://kyverno.github.io/kyverno-envoy-plugin kyverno-authz-server
{{< /text >}}

#### Розгортання демонстраційного застосунку {#deploy-the-sample-application}
Expand Down
2 changes: 1 addition & 1 deletion content/zh/blog/2024/authz-policy-with-kyverno/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Kyverno Authz 服务器是一个能够处理 Envoy 外部授权请求的 GRPC
{{< text bash >}}
$ kubectl create ns kyverno
$ kubectl label namespace kyverno istio-injection=enabled
$ helm install kyverno-authz-server --namespace kyverno --wait --repo https://kyverno.github.io/kyverno-envoy-plugin kyverno-authz-server
$ helm install kyverno-authz-server --namespace kyverno --wait --version 0.1.0 --repo https://kyverno.github.io/kyverno-envoy-plugin kyverno-authz-server
{{< /text >}}

#### 部署示例应用程序 {#deploy-the-sample-application}
Expand Down