Skip to content

Instantly share code, notes, and snippets.

View roman-kpax's full-sized avatar

Roman Avdashkevich roman-kpax

  • Hitachi Vantara
  • Boston
View GitHub Profile
@roman-kpax
roman-kpax / iterm2.md
Created July 21, 2022 02:04 — forked from squarism/iterm2.md
An iTerm2 Cheatsheet

Tabs and Windows

Function Shortcut
New Tab + T
Close Tab or Window + W (same as many mac apps)
Go to Tab + Number Key (ie: ⌘2 is 2nd tab)
Go to Split Pane by Direction + Option + Arrow Key
Cycle iTerm Windows + backtick (true of all mac apps and works with desktops/mission control)
@roman-kpax
roman-kpax / github-secret.yaml
Created January 5, 2022 05:17
github-secret.yaml
apiVersion: v1
kind: Secret
metadata:
name: github-ssh-creds
namespace: shared-services
labels:
argocd.argoproj.io/secret-type: repository
stringData:
url: [email protected]:roman-hds/argo-demo.git
sshPrivateKey: |
@roman-kpax
roman-kpax / Install kubeseal
Last active January 5, 2022 04:50
kubeseal install
# macOS
brew install kubeseal
# Linux
wget https://github.com/bitnami-labs/sealed-secrets/releases/download/v0.16.0/kubeseal-linux-amd64 -O kubeseal
sudo install -m 755 kubeseal /usr/local/bin/kubeseal
@roman-kpax
roman-kpax / values.yaml
Last active January 7, 2022 20:19
ArgoCD values.yaml file
dex:
enabled: false
server:
extraArgs:
- --insecure
additionalApplications:
- name: argo-demo
namespace: shared-services