hashnao / gitops-practice

Install operators via OpenShift GitOps Operator
0 stars 0 forks source link

different directory #7

Closed hashnao closed 10 months ago

hashnao commented 10 months ago

ディレクトリ単位で設定を分離することを想定、Enabling Recursive Resource を設定した application CR を用いて異なるディレクトリに Merge した設定を適用できるか検証する

└── teams/
    ├── team-a/ns.yml
    └── team-b/ns.yml
hashnao commented 10 months ago

以下のディレクトリ構成で成功

teams/
├── team-d
│   └── d.yaml
└── team-e
    └── e.yaml
Screenshot 2023-11-15 at 17 24 18