mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-09 08:41:30 -05:00
update
This commit is contained in:
parent
d550eba84d
commit
fa6ca7c7b1
2 changed files with 15 additions and 0 deletions
14
infra/cert-manager/templates/issuer.yaml
Normal file
14
infra/cert-manager/templates/issuer.yaml
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
apiVersion: v1
|
||||||
|
kind: ServiceAccount
|
||||||
|
metadata:
|
||||||
|
name: issuer
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
apiVersion: v1
|
||||||
|
kind: Secret
|
||||||
|
metadata:
|
||||||
|
name: issuer-token-lmzpj
|
||||||
|
annotations:
|
||||||
|
kubernetes.io/service-account.name: issuer
|
||||||
|
type: kubernetes.io/service-account-token
|
||||||
|
|
@ -20,3 +20,4 @@ apiVersion: v1
|
||||||
kind: ServiceAccount
|
kind: ServiceAccount
|
||||||
metadata:
|
metadata:
|
||||||
name: vault
|
name: vault
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue