Add Rancher management UI
All checks were successful
Deploy Cluster / Terraform (push) Successful in 2m13s
Deploy Cluster / Ansible (push) Successful in 8m52s

This commit is contained in:
2026-03-24 01:53:04 +00:00
parent 8745bcda47
commit 4ffbcfa312
8 changed files with 141 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: addon-rancher
namespace: flux-system
spec:
interval: 10m
prune: true
sourceRef:
kind: GitRepository
name: platform
path: ./infrastructure/addons/rancher
wait: true
timeout: 15m
suspend: false
dependsOn:
- name: addon-tailscale-operator