theshire/kubernetes/apps/security/external-secrets/ks.yaml
Joseph Hanson d9ff973a55
moving to the shire
Expanding from 1 node to 6 + 2 VMs with GPUs
2024-09-04 13:35:14 -05:00

32 lines
900 B
YAML

---
# yaml-language-server: $schema=https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/main/kustomization-kustomize-v1.json
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: external-secrets
namespace: flux-system
spec:
interval: 10m
path: "./kubernetes/apps/security/external-secrets/app"
prune: true
sourceRef:
kind: GitRepository
name: theshire
wait: true
---
# yaml-language-server: $schema=https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/main/kustomization-kustomize-v1.json
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: external-secrets-stores
namespace: flux-system
spec:
interval: 10m
path: "./kubernetes/apps/security/external-secrets/stores"
prune: true
sourceRef:
kind: GitRepository
name: theshire
wait: true
dependsOn:
- name: external-secrets