Compare commits
2 Commits
9458038c13
...
5bb9931a6f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5bb9931a6f | ||
|
|
b33e7fb772 |
@ -2,6 +2,7 @@ apiVersion: helm.toolkit.fluxcd.io/v2
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
name: mapper
|
||||
|
||||
namespace: mapper
|
||||
spec:
|
||||
interval: 10m
|
||||
|
||||
@ -3,4 +3,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: mapper
|
||||
resources:
|
||||
- helmrelease.yaml
|
||||
- helmrelease.yaml
|
||||
- namespace.yaml
|
||||
5
apps/mapper/brusnika-stage/namespace.yaml
Normal file
5
apps/mapper/brusnika-stage/namespace.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: mapper
|
||||
Loading…
Reference in New Issue
Block a user