This commit is contained in:
14
pkg/systemapi/systemapi_account.go
Normal file
14
pkg/systemapi/systemapi_account.go
Normal file
@@ -0,0 +1,14 @@
|
||||
package systemapiaccount
|
||||
|
||||
import (
|
||||
zitadelv1alpha1 "gitea.corredorconect.com/software-engineering/zitadel-k8s-operator/api/v1alpha1"
|
||||
)
|
||||
|
||||
const (
|
||||
Key = "private.pem"
|
||||
OwnerName = "k8s-operator"
|
||||
)
|
||||
|
||||
func SystemAPIAccountName(zitadel *zitadelv1alpha1.Cluster) string {
|
||||
return zitadel.Name + "-systemapiaccount-secret"
|
||||
}
|
||||
Reference in New Issue
Block a user