mirror of
https://github.com/gwg313/homelab-gitops.git
synced 2026-06-24 19:18:02 +00:00
add kyverno no latest
Signed-off-by: gwg313 <gwg313@pm.me>
This commit is contained in:
parent
adc6cdb0bc
commit
a39d676252
6 changed files with 66 additions and 1 deletions
|
|
@ -6,5 +6,6 @@ resources:
|
|||
- kyverno-policies.yaml
|
||||
- tetragon-core.yaml
|
||||
- tetragon-policies.yaml
|
||||
- sealed-secrets.yaml
|
||||
- forgejo.yaml
|
||||
- navidrome.yaml
|
||||
|
|
|
|||
23
management/platform-apps/sealed-secrets.yaml
Normal file
23
management/platform-apps/sealed-secrets.yaml
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: sealed-secrets
|
||||
namespace: argocd
|
||||
finalizers:
|
||||
- resources-finalizer.argocd.argoproj.io
|
||||
spec:
|
||||
project: default
|
||||
source:
|
||||
path: platform/sealed-secrets
|
||||
repoURL: 'https://github.com/gwg313/homelab-gitops.git'
|
||||
targetRevision: main
|
||||
destination:
|
||||
server: 'https://kubernetes.default.svc'
|
||||
namespace: sealed-secrets
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
- ServerSideApply=true
|
||||
Loading…
Add table
Add a link
Reference in a new issue