You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a number of hard coded magic values that should be coming from the k8s artifact.
base_helm_additional_values={
commonLabels = module.application.params.md_metadata.default_tags
pod = {
annotations = {
"md-deployment-id"=lookup(module.application.params.md_metadata.deployment, "id", "")
}
}
envs = [forkey, valinmodule.application.envs: { name = key, value =tostring(val) }]
ingress = {
className ="nginx"// TODO: eventually this should come from the kubernetes artifact
annotations = {
"cert-manager.io/cluster-issuer":"letsencrypt-prod"// TODO: eventually this should come from kubernetes artifact"nginx.ingress.kubernetes.io/force-ssl-redirect"="true"// TODO: hardcoding this for now, dependent on nginx
}
}
}
The text was updated successfully, but these errors were encountered:
We have a number of hard coded magic values that should be coming from the k8s artifact.
The text was updated successfully, but these errors were encountered: