fix: Apply Rancher server URL after chart install
This commit is contained in:
4
infrastructure/addons/rancher-config/kustomization.yaml
Normal file
4
infrastructure/addons/rancher-config/kustomization.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- server-url-setting.yaml
|
||||
@@ -0,0 +1,5 @@
|
||||
apiVersion: management.cattle.io/v3
|
||||
kind: Setting
|
||||
metadata:
|
||||
name: server-url
|
||||
value: https://rancher.silverside-gopher.ts.net
|
||||
Reference in New Issue
Block a user