Skip to content

Commit

Permalink
Fix subpath mount for container token pub key
Browse files Browse the repository at this point in the history
fixes #834
  • Loading branch information
git-hyagi authored and openshift-merge-robot committed Dec 20, 2022
1 parent 293943d commit d925266
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES/834.bugfix
@@ -0,0 +1 @@
Fixed an issue with container token pub key mount point.
2 changes: 1 addition & 1 deletion controllers/repo_manager/api.go
Expand Up @@ -602,7 +602,7 @@ func deploymentForPulpApi(resources FunctionResources) client.Object {
{
Name: resources.Pulp.Name + "-container-auth-certs",
MountPath: "/etc/pulp/keys/container_auth_public_key.pem",
SubPath: "container_auth_pulblic_key.pem",
SubPath: "container_auth_public_key.pem",
ReadOnly: true,
},
}
Expand Down

0 comments on commit d925266

Please sign in to comment.