Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding AUTO_START flag for autocert-init docker image #9

Merged
merged 1 commit into from
Mar 6, 2020

Conversation

Alevsk
Copy link
Contributor

@Alevsk Alevsk commented Feb 1, 2020

Description

Add and environment variable AUTO_START to avoid the need for a user to type a key when running the kubectl run autocert-init -it --rm --image smallstep/autocert-init --restart Never

Why this is needed

  • for automating the installation of autocert using kubectl commands on a bash script, ie: kubectl run autocert-init -it --rm --image smallstep/autocert-init --env="AUTO_START=true" --restart Never

💔Thank you!

Add and environment variable `AUTO_START` to avoid the need for a user to type a key when running the `kubectl run autocert-init -it --rm --image smallstep/autocert-init --restart Never`
Copy link
Collaborator

@maraino maraino left a comment

Choose a reason for hiding this comment

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

Looks good, thanks.

@maraino
Copy link
Collaborator

maraino commented Mar 6, 2020

Fixes #10

The build will be fixed once https://github.com/smallstep/autocert/tree/cert-duration gets merged.

@maraino maraino merged commit 3bda380 into smallstep:master Mar 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants