From 16615ee4ca5bf7505cded8959adabc124d344efe Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Mon, 4 Apr 2022 00:18:38 +0200 Subject: [PATCH] feat(hcloud-dynfw): Add resource quotas --- apps/k8s01/hcloud-dynfw/kustomization.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/k8s01/hcloud-dynfw/kustomization.yaml b/apps/k8s01/hcloud-dynfw/kustomization.yaml index 1e4ed7c55..5ab14c575 100644 --- a/apps/k8s01/hcloud-dynfw/kustomization.yaml +++ b/apps/k8s01/hcloud-dynfw/kustomization.yaml @@ -5,3 +5,4 @@ resources: - namespace.yaml - secrets.yaml - cronjob.yaml + - ../../../shared/resourcequotas/default.yaml -- GitLab