openpgp4fpr:3333347e7464e7d91b5512b2312d70f64b9e1fba
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\documentclass{standalone} | |
\usepackage{tikz} | |
\usepackage{transparent} | |
\usepackage{fontspec} | |
\usepackage{xcolor} | |
\usepackage{graphicx} | |
\usepackage{anyfontsize} | |
\usetikzlibrary{calc, backgrounds, positioning, matrix} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 5 years | |
validDays:=1825 | |
priv: | |
openssl req -new -sha256 -nodes -out server/server.csr -newkey rsa:2048 -keyout server/server.key -config server.csr.cnf | |
cert: | |
openssl x509 -req -in server/server.csr -CA rootCA.pem -CAkey rootCA.key -CAcreateserial -out server/server.crt -days $(validDays) -sha256 -extfile v3.ext | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
helm repo add jenkins https://charts.jenkins.io | |
helm install for-pipelines jenkins/jenkins \ | |
-f jenkins-values.yaml \ | |
-n jenkins \ | |
--create-namespace | |
export NODE_PORT=$(kubectl get --namespace jenkins -o jsonpath="{.spec.ports[0].nodePort}" services for-pipelines-jenkins) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
apiVersion: source.toolkit.fluxcd.io/v1beta2 | |
kind: GitRepository | |
metadata: | |
name: hello-world | |
namespace: hello-world | |
spec: | |
interval: 10m0s | |
ref: | |
branch: main |
I hereby claim:
- I am yitsushi on github.
- I am efertone (https://keybase.io/efertone) on keybase.
- I have a public key ASCc33hw1ThiiBsgsTOPR4XXtb_9JAlljeh4TgUCNiX4_wo
To claim this, I am signing this object:
OlderNewer