mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
ops(k8s): replace server with in-cluster name
This commit is contained in:
parent
bcbc560217
commit
a3047a4c24
3 changed files with 3 additions and 3 deletions
|
|
@ -6,7 +6,7 @@ metadata:
|
|||
spec:
|
||||
destination:
|
||||
namespace: default
|
||||
server: https://10.1.1.173:6443
|
||||
name: in-cluster
|
||||
project: default
|
||||
source:
|
||||
repoURL: 'https://github.com/gensokyo-zone/infrastructure'
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ spec:
|
|||
chart: flannel
|
||||
destination:
|
||||
namespace: kube-flannel
|
||||
server: https://10.1.1.173:6443
|
||||
name: in-cluster
|
||||
syncPolicy:
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ spec:
|
|||
description: "Underlying services and controllers required for the operation of the cluster"
|
||||
destinations:
|
||||
- namespace: "*"
|
||||
server: https://10.1.1.173:6443
|
||||
name: in-cluster
|
||||
clusterResourceWhitelist:
|
||||
- group: "*"
|
||||
kind: "*"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue