Skip to content
Snippets Groups Projects
Unverified Commit 77e0d3ef authored by Varac's avatar Varac
Browse files

Add helmRelease and deployment dependencies to core kustomization

parent 8a64804f
Branches
Tags
No related merge requests found
......@@ -5,6 +5,8 @@
* [ ] Create new source if needed in `flux2/infrastructure/sources/APP.yaml`
* [ ] Include `APP.yaml` in `flux2/infrastructure/sources/kustomization.yaml`
* [ ] In case of a core app, add `helmRelease` and `deployment` dependencies
to `flux2/cluster/base/core.yaml`
* [ ] Add app secret: `install/templates/stackspin-APP-variables.yaml.jinja`
* [ ] `flux2/cluster/optional/APP/APP.yaml`
* [ ] `flux2/apps/APP/kustomization.yaml`
......
......@@ -36,6 +36,9 @@ spec:
- apiVersion: helm.toolkit.fluxcd.io/v1beta1
kind: HelmRelease
name: single-sign-on
- apiVersion: helm.toolkit.fluxcd.io/v1beta1
kind: HelmRelease
name: dashboard
namespace: stackspin
- apiVersion: apps/v1
kind: Deployment
......@@ -49,3 +52,7 @@ spec:
kind: Deployment
name: single-sign-on-login
namespace: stackspin
- apiVersion: apps/v1
kind: Deployment
name: dashboard
namespace: stackspin
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment