Skip to content

Commit 34dbb29

Browse files
committed
Mount hostpath volumes
1 parent 98b629d commit 34dbb29

File tree

5 files changed

+12
-6
lines changed

5 files changed

+12
-6
lines changed

bindata/oauth-apiserver/deploy.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ github.com/RangelReale/osincli v0.0.0-20160924135400-fababb0555f2 h1:x8Brv0YNEe6
1212
github.com/RangelReale/osincli v0.0.0-20160924135400-fababb0555f2/go.mod h1:XyjUkMA8GN+tOOPXvnbi3XuRxWFvTJntqvTFnjmhzbk=
1313
github.com/antlr4-go/antlr/v4 v4.13.0 h1:lxCg3LAv+EUK6t1i0y1V6/SLeUi0eKEKdhQAlS8TVTI=
1414
github.com/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=
1717
github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
1818
github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw=
1919
github.com/blang/semver/v4 v4.0.0 h1:1PFHFE6yCCTv8C1TeyNNarDzntLi7wMI5i/pzqYIsAM=

vendor/github.com/openshift/library-go/pkg/operator/encryption/kms/kms.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ github.com/openshift/client-go/user/applyconfigurations/internal
319319
github.com/openshift/client-go/user/applyconfigurations/user/v1
320320
github.com/openshift/client-go/user/clientset/versioned/scheme
321321
github.com/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
324324
github.com/openshift/library-go/pkg/apiserver/jsonpatch
325325
github.com/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
15551555
sigs.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

0 commit comments

Comments
 (0)