Probably one of the easiest things you'll ever do with gpg
Install Keybase: https://keybase.io/download and Ensure the keybase cli is in your PATH
First get the public key
keybase pgp export | gpg --import
Next get the private key
| # | |
| # Shared definition of ruby microservice | |
| # | |
| microservice: | |
| command: "runsvdir /etc/service" | |
| environment: | |
| PORT: 3000 | |
| RAILS_ENV: development | |
| SERVICE_PLATFORM: "mia" | |
| ports: |
Probably one of the easiest things you'll ever do with gpg
Install Keybase: https://keybase.io/download and Ensure the keybase cli is in your PATH
First get the public key
keybase pgp export | gpg --import
Next get the private key
| ################################################### | |
| ## | |
| ## Alertmanager YAML configuration for routing. | |
| ## | |
| ## Will route alerts with a code_owner label to the slack-code-owners receiver | |
| ## configured above, but will continue processing them to send to both a | |
| ## central Slack channel (slack-monitoring) and PagerDuty receivers | |
| ## (pd-warning and pd-critical) | |
| ## |
| version: 2 | |
| jobs: | |
| build: | |
| machine: true | |
| steps: | |
| - checkout | |
| - run: | |
| name: Install KinD | |
| command: | | |
| curl -Lo kind https://github.com/kubernetes-sigs/kind/releases/download/0.0.1/kind-linux-amd64 |