refactor to use with argocd instead of flux
All checks were successful
continuous-integration/drone Build is passing
All checks were successful
continuous-integration/drone Build is passing
This commit is contained in:
@@ -1,32 +0,0 @@
|
||||
---
|
||||
apiVersion: helm.toolkit.fluxcd.io/v2
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
name: rancher-stable
|
||||
namespace: cattle-system
|
||||
spec:
|
||||
interval: 24h
|
||||
chart:
|
||||
spec:
|
||||
chart: rancher
|
||||
version: "2.11.3"
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: rancher-stable
|
||||
namespace: flux-system
|
||||
interval: 24h
|
||||
install:
|
||||
remediation:
|
||||
retries: 3
|
||||
upgrade:
|
||||
remediation:
|
||||
retries: 3
|
||||
values:
|
||||
hostname: rancher.akshun-lab.uk
|
||||
service:
|
||||
type: LoadBalancer
|
||||
valuesFrom:
|
||||
- kind: Secret
|
||||
name: rancher-bootstrap-secret
|
||||
valuesKey: bootstrapPassword
|
||||
targetPath: bootstrapPassword
|
||||
@@ -1,9 +0,0 @@
|
||||
---
|
||||
apiVersion: source.toolkit.fluxcd.io/v1
|
||||
kind: HelmRepository
|
||||
metadata:
|
||||
name: rancher-stable
|
||||
namespace: flux-system
|
||||
spec:
|
||||
interval: 24h
|
||||
url: https://releases.rancher.com/server-charts/latest
|
||||
10
cluster/helm/rancher/values.yml
Normal file
10
cluster/helm/rancher/values.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
# https://releases.rancher.com/server-charts/latest
|
||||
|
||||
hostname: rancher.akshun-lab.uk
|
||||
service:
|
||||
type: LoadBalancer
|
||||
valuesFrom:
|
||||
- kind: Secret
|
||||
name: rancher-bootstrap-secret
|
||||
valuesKey: bootstrapPassword
|
||||
targetPath: bootstrapPassword
|
||||
Reference in New Issue
Block a user