13 lines
348 B
YAML
13 lines
348 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
namespace: hackerspace
|
|
|
|
resources:
|
|
- ssh://git@git.k-space.ee/secretspace/kube/hackerspace # secret: grafana-database
|
|
- ./doorboy.yaml
|
|
- ./goredirect.yaml
|
|
- ./inventory.yaml
|
|
- ./inventory-extras.yaml
|
|
- https://github.com/mongodb/mongodb-kubernetes-operator//config/rbac/?ref=v0.13.0
|