Compare commits
No commits in common. "aad46d0bee571ed8e8dc209b75b089bb2e6e6b52" and "2eb489d9e9e07e526b9a9967720b954c3cc54b3b" have entirely different histories.
aad46d0bee
...
2eb489d9e9
13
.aws/config
13
.aws/config
|
|
@ -1,13 +0,0 @@
|
|||
[profile production]
|
||||
sso_start_url = https://decathlon.awsapps.com/start/
|
||||
sso_region = eu-west-1
|
||||
region = eu-west-1
|
||||
sso_role_name = DKTDevOpsRole
|
||||
sso_account_id = 854940831191
|
||||
|
||||
[profile staging]
|
||||
sso_start_url = https://decathlon.awsapps.com/start/
|
||||
sso_region = eu-west-1
|
||||
region = eu-west-1
|
||||
sso_role_name = DKTDevOpsRole
|
||||
sso_account_id = 469022461258
|
||||
|
|
@ -16,8 +16,6 @@ alias k="kubectl"
|
|||
alias kns="kubens"
|
||||
alias kctx="kubectx"
|
||||
alias fluxUp="flux reconcile source git flux-system"
|
||||
alias kprod="export AWS_PROFILE='production' && aws sso login && aws eks update-kubeconfig --region eu-west-1 --name rfidprod-production"
|
||||
alias kstage="export AWS_PROFILE='staging' && aws sso login && aws eks update-kubeconfig --region eu-west-1 --name rfidprod-staging"
|
||||
|
||||
alias tp="ssh -L localhost:5488:emb-ofbiz-prep-ofbiz2-rds-encrypted.ckerltpo0vvy.eu-west-1.rds.amazonaws.com:5432 bastion.decathlon"
|
||||
alias tn="ssh -L localhost:5488:emb-ofbiz-nereide-ofbiz2-rds.ckerltpo0vvy.eu-west-1.rds.amazonaws.com:5432 bastion.decathlon"
|
||||
|
|
|
|||
|
|
@ -19,9 +19,6 @@ set postponed = "+Drafts"
|
|||
set trash = "+Trash"
|
||||
set record = "+Sent"
|
||||
|
||||
subscribe dev@ofbiz.apache.org
|
||||
subscribe user@ofbiz.apache.org
|
||||
|
||||
macro index o "<shell-escape>.local/bin/mailsync gil.portenseigne@nereide.fr &<enter>" "sync gil.portenseigne@nereide.fr"
|
||||
macro index \Ca "<delete-pattern> ~C nereide.ovh<enter><sync-mailbox>" "suppression mails nereide.ovh"
|
||||
mailboxes "=INBOX" "=Drafts" "=Trash" "=Sent" "=Corbeille" "=Junk" "=Archives"
|
||||
|
|
|
|||
Loading…
Reference in New Issue