certmanager values should match to c4k ...

This commit is contained in:
jerger 2022-02-12 19:47:57 +01:00
parent 7f1400fd1f
commit fde64d0122

View file

@ -1,5 +1,5 @@
package org.domaindrivenarchitecture.provs.server.domain package org.domaindrivenarchitecture.provs.server.domain
enum class CertmanagerEndpoint { enum class CertmanagerEndpoint {
STAGING, PROD staging, prod
} }