Merge pull request #32 from 3dwardch3ng/app/cert-manager

test non encrypted secret
This commit is contained in:
2024-06-10 22:00:22 +10:00
committed by GitHub
2 changed files with 2 additions and 15 deletions

View File

@@ -1,19 +1,5 @@
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: cert-manager-secrets
namespace: flux-system
spec:
interval: 1h
path: ./kubernetes/apps/cert-manager/app
prune: true
sourceRef:
kind: GitRepository
namespace: flux-system
name: home-cluster-ops
---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: cert-manager
namespace: cert-manager

View File

@@ -5,4 +5,5 @@ metadata:
type: Opaque
stringData:
email: test_email
cert-manager-dns01: test_token
cert-manager-dns01: test_token
immutable: true