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

basic: own kustomization for namespace

parent da50e308
No related branches found
No related tags found
No related merge requests found
apiVersion: kustomize.toolkit.fluxcd.io/v1beta1
kind: Kustomization
metadata:
name: stackspin-namespace
namespace: flux-system
spec:
interval: 30m
sourceRef:
kind: GitRepository
name: stackspout
path: ./basic/infrastructure/namespaces
prune: true
validation: client
apiVersion: kustomize.toolkit.fluxcd.io/v1beta1
kind: Kustomization
metadata:
name: sources
name: stackspin-sources
namespace: flux-system
spec:
interval: 30m
sourceRef:
kind: GitRepository
name: stackspout
path: ./basic/infrastructure
path: ./basic/infrastructure/sources
prune: true
validation: client
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- stackspout.yaml
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