ops(k8s): replace server with in-cluster name

This commit is contained in:
Kat Inskip 2024-01-17 15:41:14 -08:00
parent bcbc560217
commit a3047a4c24
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
3 changed files with 3 additions and 3 deletions

View file

@ -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'

View file

@ -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

View file

@ -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: "*"