14 lines
310 B
YAML
14 lines
310 B
YAML
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||
|
|
kind: Kustomization
|
||
|
|
|
||
|
|
namespace: mcp
|
||
|
|
|
||
|
|
resources:
|
||
|
|
- namespace.yaml
|
||
|
|
- secrets.enc.yaml
|
||
|
|
- helmrelease.yaml
|
||
|
|
|
||
|
|
# SOPS decryption for encrypted secrets
|
||
|
|
# Flux will automatically decrypt files matching this pattern
|
||
|
|
# Make sure flux-system has the age secret configured
|