Installer: nebula controller
diff --git a/helmfile/base/helmfile.yaml b/helmfile/base/helmfile.yaml
index c8b7cbe..276096e 100644
--- a/helmfile/base/helmfile.yaml
+++ b/helmfile/base/helmfile.yaml
@@ -199,6 +199,20 @@
- adminService:
name: hydra # IGNORED
port: 80
+- name: nebula-controller
+ chart: ../../charts/nebula
+ namespace: {{ .Values.name }}-nebula-controller
+ values:
+ - controller:
+ image:
+ repository: giolekva/nebula-controller
+ tag: latest
+ pullPolicy: Always
+ - manage:
+ image:
+ repository: giolekva/nebula-web
+ tag: latest
+ pullPolicy: Always
environments:
prod:
diff --git a/helmfile/users/helmfile.yaml b/helmfile/users/helmfile.yaml
index df53071..567d3e0 100644
--- a/helmfile/users/helmfile.yaml
+++ b/helmfile/users/helmfile.yaml
@@ -342,7 +342,6 @@
- hosts:
- hydra.{{ .Values.domain }}
secretName: cert-hydra.{{ .Values.domain }}
- # secretName: cert-wildcard.{{ .Values.domain }}
secret:
enabled: true
maester: