feat(clustertool): remove the use of talos manifests in favor of kubectl
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
- op: replace
|
||||
path: /machine/time
|
||||
value:
|
||||
"disabled": false
|
||||
"servers":
|
||||
- "time.cloudflare.com"
|
||||
@@ -1,39 +0,0 @@
|
||||
- op: add
|
||||
path: /cluster/inlineManifests
|
||||
value:
|
||||
- name: flux-system
|
||||
contents: |-
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: flux-system
|
||||
- name: sops-age
|
||||
contents: |-
|
||||
apiVersion: v1
|
||||
stringData:
|
||||
age.agekey: REPLACEWITHSOPS
|
||||
kind: Secret
|
||||
metadata:
|
||||
creationTimestamp: null
|
||||
name: sops-age
|
||||
namespace: flux-system
|
||||
- name: cluster-config
|
||||
contents: |-
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
creationTimestamp: null
|
||||
name: cluster-config
|
||||
namespace: flux-system
|
||||
data:
|
||||
REPLACEWITHTALENV
|
||||
- name: deploy-key
|
||||
contents: |-
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
creationTimestamp: null
|
||||
name: deploy-key
|
||||
namespace: flux-system
|
||||
stringData:
|
||||
REPLACEWITHDEPLOYKEY
|
||||
Reference in New Issue
Block a user