refactor - file naming conversion

This commit is contained in:
2024-06-09 23:14:01 +10:00
parent d48ffb4f64
commit 0b9e624a1a
10 changed files with 8 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- repositories/ks.yaml
- secrets/ks.yaml
- repositories/repositories.yaml
- secrets/secrets.yaml

View File

@@ -0,0 +1,11 @@
---
apiVersion: source.toolkit.fluxcd.io/v1
kind: GitRepository
metadata:
name: podinfo
namespace: flux-system
spec:
interval: 1m0s
ref:
branch: master
url: https://github.com/stefanprodan/podinfo