Compare commits

...

2 Commits

Author SHA1 Message Date
ivan
5bb9931a6f ++ 2026-06-02 14:40:12 +05:00
ivan
b33e7fb772 ++ 2026-06-02 14:35:29 +05:00
3 changed files with 8 additions and 1 deletions

View File

@ -2,6 +2,7 @@ apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: mapper
namespace: mapper
spec:
interval: 10m

View File

@ -4,3 +4,4 @@ kind: Kustomization
namespace: mapper
resources:
- helmrelease.yaml
- namespace.yaml

View File

@ -0,0 +1,5 @@
---
apiVersion: v1
kind: Namespace
metadata:
name: mapper