feat(config): refactor YAML files and add new object store configuration

这个提交包含在:
rohow
2026-04-22 11:18:34 +08:00
未验证
父节点 b98b968090
当前提交 468d154dbc
修改 21 个文件,包含 47 行新增41 行删除
@@ -0,0 +1,19 @@
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: infra-gitops-post
spec:
patches:
- target:
kind: HelmRelease
name: gitea-actions
patch: |
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: gitea-actions
spec:
values:
statefulset:
nodeSelector:
dev-cm-runner/enabled: "true"