We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
https://docs.semaphoreci.com/CE/getting-started/install
The current command work fine for v1.1 and v1.2 but will change on the next release
Initial credentials command changes in Semaphore CE and EE v1.3
New command is now (see #338):
echo "Email: $(kubectl get secret semaphore-authentication -n default -o jsonpath='{.data.ROOT_USER_EMAIL}' | base64 -d)"; echo "Password: $(kubectl get secret semaphore-authentication -n default -o jsonpath='{.data.ROOT_USER_PASSWORD}' | base64 -d)"; echo "API Token: $(kubectl get secret semaphore-authentication -n default -o jsonpath='{.data.ROOT_USER_TOKEN}' | base64 -d)"
The text was updated successfully, but these errors were encountered:
Implemented on #361
Sorry, something went wrong.
TomFern
No branches or pull requests
Documentation Location
https://docs.semaphoreci.com/CE/getting-started/install
Type of Documentation Issue
Current State
The current command work fine for v1.1 and v1.2 but will change on the next release
Requested Changes
Initial credentials command changes in Semaphore CE and EE v1.3
New command is now (see #338):
Suggested Content
Additional Information
Affects Version
The text was updated successfully, but these errors were encountered: