9 lines
197 B
YAML
9 lines
197 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
# Uncomment if storing configuration in the repo
|
|
# - configmap.yaml
|
|
- ./thelounge
|
|
- ./znc
|
|
# - ./bitlbee
|
|
# - ./inspircd |