using secret from external repo

This commit is contained in:
2024-06-10 23:20:46 +10:00
parent 9a45485b32
commit aacfbd1ba1
3 changed files with 24 additions and 8 deletions

View File

@@ -14,6 +14,20 @@ spec:
url: https://github.com/3dwardch3ng/home-cluster-ops.git
---
apiVersion: source.toolkit.fluxcd.io/v1
kind: GitRepository
metadata:
name: home-cluster-ops-secrets
namespace: flux-system
spec:
interval: 10m0s
ref:
branch: main
secretRef:
name: flux-system
timeout: 60s
url: https://github.com/3dwardch3ng/home-cluster-ops-secrets.git
---
apiVersion: source.toolkit.fluxcd.io/v1
kind: HelmRepository
metadata:
name: podinfo