fix: Apply Rancher server URL after chart install
All checks were successful
Deploy Cluster / Terraform (push) Successful in 2m43s
Deploy Cluster / Ansible (push) Successful in 10m39s

This commit is contained in:
2026-03-28 23:12:59 +00:00
parent a15fa50302
commit a3c238fda9
4 changed files with 28 additions and 1 deletions

View File

@@ -0,0 +1,17 @@
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

View File

@@ -12,4 +12,5 @@ resources:
- kustomization-observability-content.yaml - kustomization-observability-content.yaml
- kustomization-cnpg-operator.yaml - kustomization-cnpg-operator.yaml
- kustomization-cnpg.yaml - kustomization-cnpg.yaml
- kustomization-rancher.yaml - kustomization-rancher.yaml
- kustomization-rancher-config.yaml

View File

@@ -0,0 +1,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- server-url-setting.yaml

View File

@@ -0,0 +1,5 @@
apiVersion: management.cattle.io/v3
kind: Setting
metadata:
name: server-url
value: https://rancher.silverside-gopher.ts.net