Skip to content

Commit ba23de3

Browse files
kupsonsdudoladov
authored andcommitted
Pass PodEnvironmentConfigMap (zalando#477)
1 parent ed6acc1 commit ba23de3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/controller/operator_config.go

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ func (c *Controller) importConfigurationFromCRD(fromCRD *acidv1.OperatorConfigur
3939
result.PodServiceAccountName = fromCRD.Kubernetes.PodServiceAccountName
4040
result.PodServiceAccountDefinition = fromCRD.Kubernetes.PodServiceAccountDefinition
4141
result.PodServiceAccountRoleBindingDefinition = fromCRD.Kubernetes.PodServiceAccountRoleBindingDefinition
42+
result.PodEnvironmentConfigMap = fromCRD.Kubernetes.PodEnvironmentConfigMap
4243
result.PodTerminateGracePeriod = time.Duration(fromCRD.Kubernetes.PodTerminateGracePeriod)
4344
result.WatchedNamespace = fromCRD.Kubernetes.WatchedNamespace
4445
result.PDBNameFormat = fromCRD.Kubernetes.PDBNameFormat

0 commit comments

Comments
 (0)