File tree Expand file tree Collapse file tree 5 files changed +12
-6
lines changed
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 @@ -116,6 +116,8 @@ spec:
116116 name : encryption-config
117117 - mountPath : /var/log/oauth-apiserver
118118 name : audit-dir
119+ - mountPath : /var/run/kms/
120+ name : kms-dir
119121 livenessProbe :
120122 httpGet :
121123 scheme : HTTPS
@@ -174,6 +176,10 @@ spec:
174176 - hostPath :
175177 path : /var/log/oauth-apiserver
176178 name : audit-dir
179+ - hostPath :
180+ path : /var/run/kms/
181+ type : Directory
182+ name : kms-dir
177183 nodeSelector :
178184 node-role.kubernetes.io/master : " "
179185 tolerations :
Original file line number Diff line number Diff line change @@ -126,4 +126,4 @@ require (
126126 sigs.k8s.io/yaml v1.6.0 // indirect
127127)
128128
129- replace github.com/openshift/library-go => github.com/ardaguclu/library-go v0.0.0-20251030115626-ea8e6aa29848
129+ 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 @@ -12,8 +12,8 @@ github.com/RangelReale/osincli v0.0.0-20160924135400-fababb0555f2 h1:x8Brv0YNEe6
1212github.202132.xyz/RangelReale/osincli v0.0.0-20160924135400-fababb0555f2 /go.mod h1:XyjUkMA8GN+tOOPXvnbi3XuRxWFvTJntqvTFnjmhzbk =
1313github.202132.xyz/antlr4-go/antlr/v4 v4.13.0 h1:lxCg3LAv+EUK6t1i0y1V6/SLeUi0eKEKdhQAlS8TVTI =
1414github.202132.xyz/antlr4-go/antlr/v4 v4.13.0 /go.mod h1:pfChB/xh/Unjila75QW7+VU4TSnWnnk9UTnmpPaOR2g =
15- github.com/ardaguclu/library-go v0.0.0-20251030115626-ea8e6aa29848 h1:HP6YRlc+IAuXrXSks2439bZG1vYywRn56mjXDRu0a3Q =
16- github.com/ardaguclu/library-go v0.0.0-20251030115626-ea8e6aa29848 /go.mod h1:UdWv/P+Rw/TrLB6qpwLsUIf5urKlbAqEoK9qnP1NVmQ =
15+ github.com/ardaguclu/library-go v0.0.0-20251031073000-2da49addafa4 h1:JGwxHhq5eTkAyU5p3Un3a91EGfgevlZwwTIZQmoaS4k =
16+ github.com/ardaguclu/library-go v0.0.0-20251031073000-2da49addafa4 /go.mod h1:UdWv/P+Rw/TrLB6qpwLsUIf5urKlbAqEoK9qnP1NVmQ =
1717github.202132.xyz/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM =
1818github.202132.xyz/beorn7/perks v1.0.1 /go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw =
1919github.202132.xyz/blang/semver/v4 v4.0.0 h1:1PFHFE6yCCTv8C1TeyNNarDzntLi7wMI5i/pzqYIsAM =
Original file line number Diff line number Diff line change @@ -319,7 +319,7 @@ github.com/openshift/client-go/user/applyconfigurations/internal
319319github.202132.xyz/openshift/client-go/user/applyconfigurations/user/v1
320320github.202132.xyz/openshift/client-go/user/clientset/versioned/scheme
321321github.202132.xyz/openshift/client-go/user/clientset/versioned/typed/user/v1
322- # github.com/openshift/library-go v0.0.0-20250922131550-42e91dd47fe3 => github.com/ardaguclu/library-go v0.0.0-20251030115626-ea8e6aa29848
322+ # github.com/openshift/library-go v0.0.0-20250922131550-42e91dd47fe3 => github.com/ardaguclu/library-go v0.0.0-20251031073000-2da49addafa4
323323## explicit; go 1.24.0
324324github.202132.xyz/openshift/library-go/pkg/apiserver/jsonpatch
325325github.202132.xyz/openshift/library-go/pkg/apps/deployment
@@ -1553,4 +1553,4 @@ sigs.k8s.io/structured-merge-diff/v6/value
15531553# sigs.k8s.io/yaml v1.6.0
15541554## explicit; go 1.22
15551555sigs.k8s.io/yaml
1556- # github.com/openshift/library-go => github.com/ardaguclu/library-go v0.0.0-20251030115626-ea8e6aa29848
1556+ # 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