Skip to content
Snippets Groups Projects
Verified Commit 1d7764ed authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

add enabledNamespaces setting for maester

parent 4902fad1
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,7 @@ spec:
dependsOn:
- name: nginx
- name: local-path-provisioner
- name: single-sign-on
sourceRef:
kind: GitRepository
name: stackspin
......
......@@ -25,6 +25,10 @@ data:
CREATE DATABASE hydra WITH OWNER hydra;
CREATE DATABASE stackspin WITH OWNER stackspin;
hydra-maester:
enabledNamespaces:
- stackspin
- stackspin-apps
hydra:
maester:
enabled: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment