Files
HetznerTerra/infrastructure/addons/kustomization-rancher-config.yaml
MichaelFisher1997 a3c238fda9
All checks were successful
Deploy Cluster / Terraform (push) Successful in 2m43s
Deploy Cluster / Ansible (push) Successful in 10m39s
fix: Apply Rancher server URL after chart install
2026-03-28 23:12:59 +00:00

18 lines
349 B
YAML

apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: addon-rancher-config
namespace: flux-system
spec:
interval: 10m
prune: true
sourceRef:
kind: GitRepository
name: platform
path: ./infrastructure/addons/rancher-config
dependsOn:
- name: addon-rancher
wait: true
timeout: 5m
suspend: false