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

re-add flux2/cluster/optional folder

parent 21ef4f3e
No related branches found
No related tags found
1 merge request!437Resolve "Clean up flux1 / helm-operator"
---
apiVersion: kustomize.toolkit.fluxcd.io/v1beta1
kind: Kustomization
metadata:
name: nextcloud
namespace: flux-system
spec:
interval: 1h
dependsOn:
- name: core
- name: infrastructure
sourceRef:
kind: GitRepository
name: openappstack
path: ./flux2/apps/nextcloud
prune: true
validation: client
# healthChecks:
# - apiVersion: helm.toolkit.fluxcd.io/v1beta1
# kind: HelmRelease
# name: podinfo
# namespace: podinfo
postBuild:
substituteFrom:
- kind: Secret
name: oas-nextcloud-variables
- kind: Secret
name: oas-oauth-variables
- kind: Secret
name: oas-cluster-variables
---
apiVersion: kustomize.toolkit.fluxcd.io/v1beta1
kind: Kustomization
metadata:
name: rocketchat
namespace: flux-system
spec:
interval: 1h
dependsOn:
- name: core
- name: infrastructure
sourceRef:
kind: GitRepository
name: openappstack
path: ./flux2/apps/rocketchat
prune: true
validation: client
# healthChecks:
# - apiVersion: helm.toolkit.fluxcd.io/v1beta1
# kind: HelmRelease
# name: podinfo
# namespace: podinfo
postBuild:
substituteFrom:
- kind: Secret
name: oas-rocketchat-variables
- kind: Secret
name: oas-oauth-variables
- kind: Secret
name: oas-cluster-variables
---
apiVersion: kustomize.toolkit.fluxcd.io/v1beta1
kind: Kustomization
metadata:
name: velero
namespace: flux-system
spec:
interval: 1h
dependsOn:
- name: core
- name: infrastructure
sourceRef:
kind: GitRepository
name: openappstack
path: ./flux2/apps/velero
prune: true
validation: client
# healthChecks:
# - apiVersion: helm.toolkit.fluxcd.io/v1beta1
# kind: HelmRelease
# name: podinfo
# namespace: podinfo
postBuild:
substituteFrom:
- kind: Secret
name: oas-cluster-variables
---
apiVersion: kustomize.toolkit.fluxcd.io/v1beta1
kind: Kustomization
metadata:
name: wordpress
namespace: flux-system
spec:
interval: 1h
dependsOn:
- name: core
- name: infrastructure
sourceRef:
kind: GitRepository
name: openappstack
path: ./flux2/apps/wordpress
prune: true
validation: client
postBuild:
substituteFrom:
- kind: Secret
name: oas-wordpress-variables
- kind: Secret
name: oas-oauth-variables
- kind: Secret
name: oas-cluster-variables
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