9a6c78680b
- Fix indentation in service.yaml files (thelounge and znc) - Fix indentation in statefulset.yaml (thelounge) - Add missing newlines at end of files - Resolves yamllint errors from CI/CD workflows Generated with [Claude Code](https://claude.ai/code) via [Happy](https://happy.engineering) Co-Authored-By: Claude <noreply@anthropic.com> Co-Authored-By: Happy <yesreply@happy.engineering>
10 lines
198 B
YAML
10 lines
198 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
# Uncomment if storing configuration in the repo
|
|
# - configmap.yaml
|
|
- ./thelounge
|
|
- ./znc
|
|
# - ./bitlbee
|
|
# - ./inspircd
|