I hereby claim:
- I am flypenguin on github.
- I am flypenguin (https://keybase.io/flypenguin) on keybase.
- I have a public key ASAP3238oAQPWItm51J7PKKS3Gul6mGVTXh_yK5TbE_CfAo
To claim this, I am signing this object:
| --- | |
| apiVersion: v1 | |
| kind: Secret | |
| metadata: | |
| name: mount-test | |
| namespace: default | |
| type: Opaque | |
| stringData: | |
| id_rsa: "begin openssh private key ..." | |
| --- |
| # gat = (G)et (A)ws session(T)oken | |
| gat() { | |
| local TOKEN_DURATION=28800 # 8h | |
| local APRO_BACKUP | |
| local AKID_BACKUP | |
| local ASAK_BACKUP | |
| local ASET_BACKUP | |
| APRO_BACKUP=$AWS_PROFILE | |
| AKID_BACKUP=$AWS_ACCESS_KEY_ID |
| # enable CRD configuration | |
| configTarget: OperatorConfigurationCRD | |
| # the following values ARE THE DEFAULT VALUES. unfortunately they are coded as | |
| # strings in the default values.yaml, and the verification (rightfully) complains | |
| # that either boolean or integer values are needed. so we have to re-include them | |
| # here but with the correct data type. | |
| # the only exceptions to this are the commented-out values, which contain integers, | |
| # but are needed as strings. what a mess. |
| resource "azurerm_app_service" "paramails" { | |
| name = "pkd-paramails-${random_string.server.result}" | |
| location = azurerm_resource_group.rg.location | |
| resource_group_name = azurerm_resource_group.rg.name | |
| app_service_plan_id = azurerm_app_service_plan.plan.id | |
| site_config { | |
| scm_type = "ExternalGit" # use "LocalGit" and it works!! | |
| linux_fx_version = "PYTHON|3.8" | |
| } |
| # AGAIN - THIS DOES NOT WORK (as of 2020-05-17) | |
| # WHY - no symlink support in azure files. | |
| # ... but it could have been *that* easy. | |
| resource "azurerm_resource_group" "personal" { | |
| name = "test_${var.i_am}" | |
| location = "West Europe" | |
| } |
| all: clean build prepare-test test | |
| .PHONY: all | |
| clean: | |
| rm -rf tmp | |
| .PHONY: clean | |
| build: | |
| mvn package | |
| .PHONY: build |
| apiVersion: certmanager.k8s.io/v1alpha1 | |
| kind: ClusterIssuer | |
| metadata: | |
| name: letsencrypt-staging | |
| spec: | |
| acme: | |
| # The ACME server URL | |
| server: https://acme-staging-v02.api.letsencrypt.org/directory | |
| # Email address used for ACME registration |
| apiVersion: v1 | |
| kind: ServiceAccount | |
| metadata: | |
| name: tiller | |
| namespace: kube-system | |
| --- | |
| apiVersion: rbac.authorization.k8s.io/v1 | |
| kind: ClusterRoleBinding | |
| metadata: | |
| name: tiller |
I hereby claim:
To claim this, I am signing this object:
| gpg-open: | |
| Makefile-scripts/gpg-open.sh | |
| .PHONY: gpg-open | |
| gpg-close: | |
| Makefile-scripts/gpg-close.sh | |
| .PHONY: gpg-close | |
| gpg-reencrypt: | |
| Makefile-scripts/gpg-open.sh |