remove gha spegel patch
This commit is contained in:
@@ -3,6 +3,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- schematic-to-pod.yaml
|
||||
- patch-gha.yaml
|
||||
- ensure-digest.yaml
|
||||
- safe-to-evict.yaml
|
||||
|
||||
@@ -1,31 +0,0 @@
|
||||
apiVersion: kyverno.io/v2beta1
|
||||
kind: ClusterPolicy
|
||||
metadata:
|
||||
name: update-dind-args
|
||||
annotations:
|
||||
pod-policies.kyverno.io/autogen-controllers: none
|
||||
policies.kyverno.io/title: Update dind Container Args
|
||||
policies.kyverno.io/category: Other
|
||||
kyverno.io/kyverno-version: 1.10.0
|
||||
policies.kyverno.io/minversion: 1.10.0
|
||||
kyverno.io/kubernetes-version: "1.30"
|
||||
spec:
|
||||
rules:
|
||||
- name: update-dind-args-rule
|
||||
match:
|
||||
any:
|
||||
- resources:
|
||||
kinds:
|
||||
- AutoscalingRunnerSet
|
||||
mutate:
|
||||
patchesJson6902: |
|
||||
- op: replace
|
||||
path: /spec/template/spec/containers/1/args
|
||||
value:
|
||||
- dockerd
|
||||
- --host=unix:///var/run/docker.sock
|
||||
- --group=123
|
||||
- --registry-mirror=http://spegel-registry.spegel.svc.cluster.local:5000
|
||||
- --insecure-registry=spegel-registry.spegel.svc.cluster.local:5000
|
||||
- --feature=containerd-snapshotter
|
||||
- --debug="true"
|
||||
Reference in New Issue
Block a user