I hereby claim:
- I am a5r0n on github.
- I am a5r0n (https://keybase.io/a5r0n) on keybase.
- I have a public key ASBGlZEl1yTLEKBtMIqBkGINVO4w6kBgSRBKkxH5NHF-BAo
To claim this, I am signing this object:
| package main | |
| import ( | |
| "context" | |
| "crypto/tls" | |
| "encoding/json" | |
| "flag" | |
| "fmt" | |
| "io" | |
| "net/http" |
| # Hebrew to English keyboard mapping | |
| declare -A HEB_TO_ENG | |
| HEB_TO_ENG=( | |
| ['ืฉ']='a' ['ื ']='b' ['ื']='c' ['ื']='d' ['ืง']='e' | |
| ['ื']='f' ['ืข']='g' ['ื']='h' ['ื']='i' ['ื']='j' | |
| ['ื']='k' ['ื']='l' ['ืฆ']='m' ['ื']='n' ['ื']='o' | |
| ['ืค']='p' ['/']='q' ['ืจ']='r' ['ื']='s' ['ื']='t' | |
| ['ื']='u' ['ื']='v' ['ืณ']='w' ['ืก']='x' ['ื']='y' | |
| ['ื']='z' | |
| ) |
I hereby claim:
To claim this, I am signing this object:
| name: Docker Image CI | |
| on: | |
| push: | |
| branches: [develop] | |
| tags: | |
| - "v*" | |
| pull_request: | |
| branches: [master, develop] |
| packer { | |
| required_plugins { | |
| hcloud = { | |
| version = ">= 1.0.0" | |
| source = "github.com/hashicorp/hcloud" | |
| } | |
| } | |
| } | |
| variable "talos_version" { |
| apiVersion: cluster.x-k8s.io/v1beta1 | |
| kind: Cluster | |
| metadata: | |
| name: talos | |
| namespace: default | |
| spec: | |
| clusterNetwork: | |
| pods: | |
| cidrBlocks: | |
| - 10.244.0.0/16 |