Refactor manifests

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
2024-03-30 16:57:41 +00:00
parent 07fa76c9b0
commit 866886975b
7 changed files with 111 additions and 112 deletions

View File

@@ -0,0 +1,20 @@
apiVersion: v1
kind: Secret
metadata:
name: auth-proxy
namespace: auth-proxy
annotations:
kube-1password: mr6spkkx7n3memkbute6ojaarm
kube-1password/vault: Kubernetes
type: Opaque
---
apiVersion: v1
kind: Secret
metadata:
name: tailscale-auth
namespace: auth-proxy
annotations:
kube-1password: 2cqycmsgv5r7vcyvjpblcl2l4y
kube-1password/vault: Kubernetes
type: Opaque
---