Initial commit
[ZITADOPER-1]
This commit is contained in:
13
src/pkg/machinekey/machinekey.go
Normal file
13
src/pkg/machinekey/machinekey.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package machinekey
|
||||
|
||||
import (
|
||||
zitadelv1alpha1 "bitbucket.org/topmanage-software-engineering/zitadel-k8s-operator/src/api/v1alpha1"
|
||||
)
|
||||
|
||||
const (
|
||||
Key = "machinekey.json"
|
||||
)
|
||||
|
||||
func MachineKeySecretName(zitadel *zitadelv1alpha1.ZitadelCluster) string {
|
||||
return zitadel.Name + "-machinekey-secret"
|
||||
}
|
||||
Reference in New Issue
Block a user