UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit ed300715 authored by joshwolf's avatar joshwolf
Browse files

kpt instance

parent bd5c69da
No related branches found
No related tags found
No related merge requests found
Showing
with 67 additions and 2 deletions
# Umbrella
Work in progress umbrella package
\ No newline at end of file
Work in progress umbrella package
## Directory Structure
```bash
├── base # common non-env specific
├── cert-manager
├── kustomization.yaml
├── ...
├── flux-system
├── kustomization.yaml
├── ...
├── gatekeeper
├── kustomization.yaml
├── ...
├── istio
├── kustomization.yaml
├── ...
├── logging
├── kustomization.yaml
├── ...
├── monitoring
├── kustomization.yaml
├── ...
├── aws # assumes running on aws
├── base
├── bootstrap
├── gitrepositories
├── kustomizations
├── cert-manager
├── flux-system
├── gatekeeper
├── istio
├── logging
├── monitoring
├── instance
├── on-prem # assumes running on-prem
├── base
├── bootstrap
├── sources
├── apps
├── instance
├── azure # assumes running on azure
├── base
├── bootstrap
├── sources
├── apps
├── instance
```
\ No newline at end of file
resources:
- namespace.yaml
- gatekeeper.yaml
\ No newline at end of file
- helmrelease.yaml
\ No newline at end of file
commonLabels:
owner: p1
resources:
- all.yaml
resources:
- namespace.yaml
- gatekeeper.yaml
images:
- name: openpolicyagent/gatekeeper:v3.1.1
newName: registry1.dsop.io/ironbank/opensource/openpolicyagent/gatekeeper
newTag: v3.1.1
\ No newline at end of file
resources:
- operator.yaml
images:
- name: docker.io/istio/operator:1.7.4-distroless
newName: registry1.dsop.io/ironbank/opensource/istio/operator
newTag: 1.7.3
\ No newline at end of file
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