This repository has been archived by the owner on Feb 2, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate to arkade for CLIs and dependent apps
* Migrates to arkade for checking environment, installing CLIs, and for apps (helm charts) * Some names may change to defaults such as the name used for Minio, so that will need to be considered before merging. * Make login flow give feedback * Update user-guide - no need to build kind from source anymore * Update kubectl to use dry-run=client * Get sealed-secrets / kubeseal from arkade * Get the public key from the name of the newly installed arkade app. * Install KinD using arkade during CI * Set github-status to quiet - when logs are set, it shows the token obtained for setting a status on the commit. * Update memory for echo function to lower value, given that it only echos. Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
- Loading branch information
Showing
15 changed files
with
390 additions
and
398 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,4 +19,4 @@ jobs: | |
with: | ||
fetch-depth: 1 | ||
- name: Make all | ||
run: make all | ||
run: make all |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.