Compare commits

..

No commits in common. "5bb9931a6f2164602965506692cb420dfd52a9cf" and "9458038c134c5c8e9622b8c7e1171335bd5f943f" have entirely different histories.

3 changed files with 1 additions and 8 deletions

View File

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

View File

@ -3,5 +3,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization kind: Kustomization
namespace: mapper namespace: mapper
resources: resources:
- helmrelease.yaml - helmrelease.yaml
- namespace.yaml

View File

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