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
metadata:
name: local-path-provisioner
namespace: local-path-storage
namespace: local-path-provisioner
spec:
interval: 10m
chart:

View File

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