Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

PLATFORMINFRA-218: always recreate csr #15

Merged
merged 1 commit into from
Apr 5, 2024

Conversation

bullet1337
Copy link
Collaborator

@@ -10,6 +10,8 @@ import (
"crypto/x509/pkix"
"encoding/pem"
"fmt"
"k8s.io/apimachinery/pkg/api/errors"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: move imports to next block

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fxd

@@ -1,4 +1,4 @@
ARG BASE_IMAGE=ubuntu:20.04
ARG BASE_IMAGE=ubuntu:22.04
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it absolutely neccesary?

Copy link
Collaborator Author

@bullet1337 bullet1337 Apr 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yep, it must be the same as local where is binary was built. otherwise there is a problem with libc version

@bullet1337 bullet1337 merged commit 921a235 into adaptation/v0.5.0 Apr 5, 2024
1 check passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants