Skip to content

Fixing combined issuer

Vladimir Glafirov requested to merge fix_combiner_issuer into main

What

Fixing reconciliation problem. And combined issuer reference in Certificate resources

How the problem was detected?

Running kubectl get kustomization --all-namespaces showed the reconciliation error for that particular kustomization resource.

Why

This was most likely the leftover from the work done by this MR: !25 (merged)

kustomize build failed: accumulating resources: accumulation err='accumulating resources from 'gi
tlab-combined-issuer.yaml': open /tmp/kustomization-3997168806/gitlab/gitlab-combined-issuer.yaml: no such file or directory': must build at directory: not a valid directory: evalsymlink failure on '/tmp/kustomizat
ion-3997168806/gitlab/gitlab-combined-issuer.yaml' : lstat /tmp/kustomization-3997168806/gitlab/gitlab-combin

Merge request reports