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