Skip to content

Commit

Permalink
Fix csi volume spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Pythoner6 committed Feb 19, 2024
1 parent 7311372 commit 7a393de
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions k8s/gerrit/gerrit.cue
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,10 @@ kustomizations: $default: manifest: {
csi: {
driver: "csi.cert-manager.io"
readOnly: true
"csi.cert-manager.io/issuer-name": refdbIssuer.metadata.name
"csi.cert-manager.io/common-name": "admin"
volumeAttributes: {
"csi.cert-manager.io/issuer-name": refdbIssuer.metadata.name
"csi.cert-manager.io/common-name": "admin"
}
}
},
]
Expand Down

0 comments on commit 7a393de

Please sign in to comment.