Skip to content

Instantly share code, notes, and snippets.

View a5r0n's full-sized avatar
๐Ÿ 
Working from home

a5r0n

๐Ÿ 
Working from home
View GitHub Profile
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'
)

Keybase proof

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:

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