Skip to content

Commit

Permalink
feat(terraform): synchronize hello world team tenant
Browse files Browse the repository at this point in the history
Signed-off-by: iverly <[email protected]>
  • Loading branch information
iverly committed Apr 18, 2024
1 parent 633852e commit d56f0f6
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions cluster/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ namespace: flux-system
resources:
- infrastructure/controllers.yaml
- infrastructure/configurations.yaml
- tenants/hello-world-team.yaml
19 changes: 19 additions & 0 deletions cluster/tenants/hello-world-team.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: hello-world-team-tenant
spec:
serviceAccountName: kustomize-controller
interval: 1h
retryInterval: 1m
timeout: 5m
prune: true
wait: true
sourceRef:
kind: GitRepository
name: openstack-k0s-apko
path: tenants/hello-world-team
dependsOn:
- name: infrastructure-controllers
- name: infrastructure-configurations

0 comments on commit d56f0f6

Please sign in to comment.