I hereby claim:
- I am stefansedich on github.
- I am stefansedich (https://keybase.io/stefansedich) on keybase.
- I have a public key ASDfnoov4GJo4vKttiqbDF86tBTWKXvnrNKnZIk0btB70wo
To claim this, I am signing this object:
| FROM ruby | |
| copy foo.rb ./ | |
| RUN ruby foo.rb |
| [tool.poetry] | |
| name = "example" | |
| version = "0.0.1" | |
| authors = [] | |
| [tool.poetry.dependencies] | |
| black = {version = "19.3b0", allows-prereleases = true} | |
| [build-system] | |
| requires = ["poetry>=0.12"] |
I hereby claim:
To claim this, I am signing this object:
| --- | |
| apiVersion: helm.fluxcd.io/v1 | |
| kind: HelmRelease | |
| metadata: | |
| name: sealed-secrets-controller | |
| namespace: default | |
| spec: | |
| releaseName: sealed-secrets-controller | |
| chart: | |
| repository: https://kubernetes-charts.storage.googleapis.com/ |
| #!/bin/bash | |
| set -eou pipefail | |
| regions=$(aws ec2 describe-regions --query="Regions[].RegionName" --output=text) | |
| for region in $regions | |
| do | |
| vpc_id=$(aws ec2 describe-vpcs --region=$region --filter="Name=is-default,Values=true" --query="Vpcs[].VpcId" --output=text) | |
| if ! [ -z $vpc_id ] | |
| then |