Skip to content

Commit 8887aac

Browse files
committed
Reapply "chore: Add OwnerReferencesPermissionEnforcement to kind in CI"
This reverts commit a6557b7. Now that the remaining outstanding issues have been fixed, let's enable again the OwnerReferencesPermissionEnforcement admission plugin in Cluster Mesh workflows, to simplify catching possible regressions in the future. Signed-off-by: Marco Iorio <marco.iorio@isovalent.com>
1 parent 680ea6f commit 8887aac

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/kind-config.yaml.tmpl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ nodes:
1010
kind: InitConfiguration
1111
nodeRegistration:
1212
taints: []
13+
- |
14+
kind: ClusterConfiguration
15+
apiServer:
16+
extraArgs:
17+
enable-admission-plugins: NodeRestriction,OwnerReferencesPermissionEnforcement
18+
1319
- role: worker
1420
- role: worker
1521
networking:

0 commit comments

Comments
 (0)