Добавлен ресурс jetstack.yaml и cert-manager.yaml в конфигурацию kustomization.yaml.

This commit is contained in:
2025-06-25 12:37:20 +07:00
parent 5a46edce3c
commit e6d638e095
3 changed files with 40 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
apiVersion: source.toolkit.fluxcd.io/v1
kind: HelmRepository
metadata:
name: jetstack-repo
namespace: flux-system
spec:
interval: 1h
url: https://charts.jetstack.io
---