Skip to content

Commit 89104af

Browse files
easyCZroboquat
authored andcommitted
[installer] Fix token signing key subpath
1 parent a0a9ddd commit 89104af

File tree

1 file changed

+1
-1
lines changed
  • install/installer/pkg/components/public-api-server

1 file changed

+1
-1
lines changed

install/installer/pkg/components/public-api-server/configmap.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ func getPersonalAccessTokenSigningKey(cfg *experimental.Config) (corev1.Volume,
135135
mount = corev1.VolumeMount{
136136
Name: "personal-access-token-signing-key",
137137
MountPath: personalAccessTokenSigningKeyMountPath,
138-
SubPath: "signing-key",
138+
SubPath: "personal-access-token-signing-key",
139139
ReadOnly: true,
140140
}
141141

0 commit comments

Comments
 (0)