Skip to content
Snippets Groups Projects
Commit e3daefa0 authored by xeruf's avatar xeruf
Browse files

infra: remove legacy tools

parent fd70b360
No related branches found
No related tags found
No related merge requests found
apiVersion: kustomize.toolkit.fluxcd.io/v1beta2
kind: Kustomization
metadata:
name: kimai
namespace: flux-system
spec:
interval: 10m
retryInterval: 1m
wait: true
timeout: 3m
dependsOn:
- name: single-sign-on
sourceRef:
kind: GitRepository
name: stackspout
path: ./basic/apps/time
prune: true
postBuild:
substituteFrom:
- kind: Secret
name: stackspin-kimai-variables
- kind: Secret
name: stackspin-kimai-oauth-variables
optional: true
- kind: Secret
name: stackspin-cluster-variables
apiVersion: kustomize.toolkit.fluxcd.io/v1beta2
kind: Kustomization
metadata:
name: suitecrm
namespace: flux-system
spec:
interval: 10m
retryInterval: 1m
wait: true
timeout: 3m
#dependsOn:
# - name: single-sign-on
sourceRef:
kind: GitRepository
name: stackspout
path: ./basic/apps/people
prune: true
postBuild:
substituteFrom:
- kind: Secret
name: stackspin-suitecrm-variables
- kind: Secret
name: stackspin-suitecrm-oauth-variables
optional: true
- kind: Secret
name: stackspin-cluster-variables
apiVersion: source.toolkit.fluxcd.io/v1beta1
kind: HelmRepository
metadata:
name: truecharts
namespace: flux-system
spec:
interval: 60m
url: https://helm.truecharts.org
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