Skip to content

Commit d87a326

Browse files
committed
fix
1 parent 14152d1 commit d87a326

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

install/installer/pkg/components/server/constants.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ const (
3131
AdminCredentialsSecretMountPath = "/credentials/admin"
3232
AdminCredentialsSecretKey = "admin.json"
3333

34+
AuthPKISecretName = "auth-pki"
35+
3436
GRPCAPIName = "grpc"
3537
GRPCAPIPort = common.ServerGRPCAPIPort
3638
)

install/installer/pkg/components/server/objects.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,5 @@ var Objects = common.CompositeRenderFunc(
6060
},
6161
}),
6262
common.DefaultServiceAccount(Component),
63+
authPKI,
6364
)

0 commit comments

Comments
 (0)