mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-05-17 10:25:16 +00:00
Merge pull request #2311 from caiconkhicon/patch-1
Fix wrong apiVersion for PodSecurityPolicy
This commit is contained in:
@@ -613,7 +613,7 @@ addons: |
|
||||
kind: Group
|
||||
name: system:authenticated
|
||||
---
|
||||
apiVersion: extensions/v1beta1
|
||||
apiVersion: policy/v1beta1
|
||||
kind: PodSecurityPolicy
|
||||
metadata:
|
||||
name: restricted-psp
|
||||
|
||||
Reference in New Issue
Block a user