Skip to content

Instantly share code, notes, and snippets.

View mfahlandt's full-sized avatar

Mario mfahlandt

View GitHub Profile
@mfahlandt
mfahlandt / azure-machinedeplyoment.yaml
Last active October 16, 2020 13:09
AzureVnetRessourceGroup
apiVersion: v1
kind: Secret
metadata:
name: machine-controller-azure
namespace: kube-system
type: Opaque
stringData:
tenantID: "<< AZURE_TENANT_ID >>"
clientID: "<< AZURE_CLIENT_ID >>"
clientSecret: "<< AZURE_CLIENT_SECRET >>"

Keybase proof

I hereby claim:

  • I am mfahlandt on github.
  • I am mfahlandt (https://keybase.io/mfahlandt) on keybase.
  • I have a public key ASDaXDgSnHvY8DDB9TcLxtrfLe2NGuqWmlnOflbOUXudLAo

To claim this, I am signing this object:

@mfahlandt
mfahlandt / designer.html
Last active August 29, 2015 14:12
designer
<link rel="import" href="../core-menu/core-submenu.html">
<link rel="import" href="../core-item/core-item.html">
<link rel="import" href="../paper-calculator/paper-calculator.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;