This commit is contained in:
Kochetkov S 2026-04-09 13:14:58 +03:00
parent 15f48662fc
commit ce52c3ef40
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease kind: HelmRelease
metadata: metadata:
name: local-path-provisioner name: local-path-provisioner
namespace: local-path-storage namespace: local-path-provisioner
spec: spec:
interval: 10m interval: 10m
chart: chart:

View File

@ -1,6 +1,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1 apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization kind: Kustomization
namespace: local-path-storage namespace: local-path-provisioner
resources: resources:
- namespace.yaml - namespace.yaml
- helmrelease.yaml - helmrelease.yaml