ea71ebb55b
- Add cattle-system base ArgoCD application with namespace, Vault integration, and ingress - Create cattle-system overlay for au-syd1 with Rancher Helm chart configuration - Update platform ApplicationSet to include cattle-system deployment - Update platform project to include Rancher Helm repository as source - Configure Rancher v2.13.1 with HA, TLS, audit logging, and bootstrap secret from Vault - Maintain one-to-one migration from Terraform configuration Reviewed-on: #39
15 lines
307 B
YAML
15 lines
307 B
YAML
---
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
- ../../../base/cattle-system
|
|
|
|
helmCharts:
|
|
- name: rancher
|
|
repo: https://releases.rancher.com/server-charts/stable
|
|
version: "2.13.1"
|
|
releaseName: rancher
|
|
namespace: cattle-system
|
|
valuesFile: values.yaml
|