18 lines
379 B
YAML
18 lines
379 B
YAML
# yaml-language-server: $schema=https://json.schemastore.org/kustomization.json
|
|
|
|
kind: Kustomization
|
|
namespace: openclaw
|
|
resources:
|
|
- deployment.yaml
|
|
- services.yaml
|
|
- ingress.yaml
|
|
images:
|
|
- name: openclaw-image
|
|
newName: cr.wetofu.me/ghcr.io/openclaw/openclaw
|
|
newTag: 2026.5.19-slim
|
|
secretGenerator:
|
|
- name: openclaw
|
|
files:
|
|
- config/OPENCLAW_GATEWAY_TOKEN
|
|
type: Opaque
|