feat: app-template OCI

This commit is contained in:
auricom
2025-04-04 00:05:38 +02:00
parent a33b7d9285
commit c02a7086e4
63 changed files with 335 additions and 769 deletions

View File

@@ -24,6 +24,18 @@ spec:
namespace: *namespace
targetNamespace: external-secrets
timeout: 15m
decryption:
provider: sops
secretRef:
name: sops-age
postBuild:
substituteFrom:
- kind: ConfigMap
name: cluster-settings
optional: false
- kind: Secret
name: cluster-secrets
optional: false
---
# yaml-language-server: $schema=https://kubernetes-schemas.pages.dev/kustomize.toolkit.fluxcd.io/kustomization_v1.json
apiVersion: kustomize.toolkit.fluxcd.io/v1
@@ -50,3 +62,15 @@ spec:
namespace: *namespace
targetNamespace: external-secrets
timeout: 15m
decryption:
provider: sops
secretRef:
name: sops-age
postBuild:
substituteFrom:
- kind: ConfigMap
name: cluster-settings
optional: false
- kind: Secret
name: cluster-secrets
optional: false