Files
helm/openclaw/kustomization.yaml
T
2026-05-21 01:13:23 +00:00

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