File tree Expand file tree Collapse file tree 5 files changed +12
-6
lines changed
bindata/bootkube/bootstrap-manifests
github.com/openshift/library-go/pkg/operator/encryption/kms Expand file tree Collapse file tree 5 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 6767 name : logs
6868 - mountPath : /var/log/kube-apiserver
6969 name : audit-dir
70+ - mountPath : /var/run/kms
71+ name : kms-dir
7072 livenessProbe :
7173 httpGet :
7274 scheme : HTTPS
@@ -138,3 +140,7 @@ spec:
138140 - hostPath :
139141 path : /var/log/kube-apiserver
140142 name : audit-dir
143+ - hostPath :
144+ path : /var/run/kms
145+ type : DirectoryOrCreate
146+ name : kms-dir
Original file line number Diff line number Diff line change @@ -136,4 +136,4 @@ require (
136136
137137replace github.com/onsi/ginkgo/v2 => github.com/openshift/onsi-ginkgo/v2 v2.6.1-0.20241205171354-8006f302fd12
138138
139- replace github.com/openshift/library-go => github.com/ardaguclu/library-go v0.0.0-20251030115626-ea8e6aa29848
139+ replace github.com/openshift/library-go => github.com/ardaguclu/library-go v0.0.0-20251031073000-2da49addafa4
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ github.com/antlr4-go/antlr/v4 v4.13.0 h1:lxCg3LAv+EUK6t1i0y1V6/SLeUi0eKEKdhQAlS8
66github.com/antlr4-go/antlr/v4 v4.13.0 /go.mod h1:pfChB/xh/Unjila75QW7+VU4TSnWnnk9UTnmpPaOR2g =
77github.com/apparentlymart/go-cidr v1.0.1 h1:NmIwLZ/KdsjIUlhf+/Np40atNXm/+lZ5txfTJ/SpF+U =
88github.com/apparentlymart/go-cidr v1.0.1 /go.mod h1:EBcsNrHc3zQeuaeCeCtQruQm+n9/YjEn/vI25Lg7Gwc =
9- github.com/ardaguclu/library-go v0.0.0-20251030115626-ea8e6aa29848 h1:HP6YRlc+IAuXrXSks2439bZG1vYywRn56mjXDRu0a3Q =
10- github.com/ardaguclu/library-go v0.0.0-20251030115626-ea8e6aa29848 /go.mod h1:UdWv/P+Rw/TrLB6qpwLsUIf5urKlbAqEoK9qnP1NVmQ =
9+ github.com/ardaguclu/library-go v0.0.0-20251031073000-2da49addafa4 h1:JGwxHhq5eTkAyU5p3Un3a91EGfgevlZwwTIZQmoaS4k =
10+ github.com/ardaguclu/library-go v0.0.0-20251031073000-2da49addafa4 /go.mod h1:UdWv/P+Rw/TrLB6qpwLsUIf5urKlbAqEoK9qnP1NVmQ =
1111github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM =
1212github.com/beorn7/perks v1.0.1 /go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw =
1313github.com/blang/semver/v4 v4.0.0 h1:1PFHFE6yCCTv8C1TeyNNarDzntLi7wMI5i/pzqYIsAM =
Original file line number Diff line number Diff line change @@ -403,7 +403,7 @@ github.com/openshift/client-go/security/informers/externalversions/internalinter
403403github.com/openshift/client-go/security/informers/externalversions/security
404404github.com/openshift/client-go/security/informers/externalversions/security/v1
405405github.com/openshift/client-go/security/listers/security/v1
406- # github.com/openshift/library-go v0.0.0-20251015151611-6fc7a74b67c5 => github.com/ardaguclu/library-go v0.0.0-20251030115626-ea8e6aa29848
406+ # github.com/openshift/library-go v0.0.0-20251015151611-6fc7a74b67c5 => github.com/ardaguclu/library-go v0.0.0-20251031073000-2da49addafa4
407407## explicit; go 1.24.0
408408github.com/openshift/library-go/pkg/apiserver/jsonpatch
409409github.com/openshift/library-go/pkg/assets
@@ -1682,4 +1682,4 @@ sigs.k8s.io/structured-merge-diff/v6/value
16821682## explicit; go 1.22
16831683sigs.k8s.io/yaml
16841684# github.com/onsi/ginkgo/v2 => github.com/openshift/onsi-ginkgo/v2 v2.6.1-0.20241205171354-8006f302fd12
1685- # github.com/openshift/library-go => github.com/ardaguclu/library-go v0.0.0-20251030115626-ea8e6aa29848
1685+ # github.com/openshift/library-go => github.com/ardaguclu/library-go v0.0.0-20251031073000-2da49addafa4
You can’t perform that action at this time.
0 commit comments