Files
hermes df78e7ce51
Flate / Flate - Success (pull_request) Blocked by required conditions
Flate / Flate - Filter (pull_request) Successful in 5s
Flate / Flate (pull_request) Successful in 16s
fix(security): CR ESO в отдельный Kustomization после оператора
2026-09-17 18:18:33 +00:00

22 lines
814 B
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: external-secrets-stores
spec:
interval: 1h
path: ./kubernetes/apps/security/external-secrets-stores/app
prune: true
sourceRef:
kind: GitRepository
name: flux-system
namespace: flux-system
targetNamespace: security
wait: true
# ClusterSecretStore и ExternalSecret — это CR, которые ставят CRD'ы из чарта
# external-secrets. В одном Kustomization с HelmRelease оператора они падали бы
# с `no matches for kind "ClusterSecretStore"`, потому что CRD'ы появляются
# только после установки релиза. Поэтому отдельный Kustomization и dependsOn.
dependsOn:
- name: external-secrets